strip Html
Removes tags from a string, which is anything around the characters < and >.
Return
the modified java.lang.String with tags stripped out
Parameters
s
the java.lang.String
Removes tags from a string, which is anything around the characters < and >.
the modified java.lang.String with tags stripped out
the java.lang.String