stripHtml

fun stripHtml(s: String?): String

Removes tags from a string, which is anything around the characters < and >.

Return

the modified java.lang.String with tags stripped out

Parameters