Hi there,

You don't need to escape "<" or ">" characters!


For example, this works perfectly to strip html tags from a string:

String test = "<html> test string </html>";
test =...