...
Code Sample
Code Block | ||
---|---|---|
| ||
import org.joget.commons.util.StringUtil; String html = "<p>This is a test string</p>"; String stripped = StringUtil.stripAllHtmlTag(html); |
Fields
TYPE_JSON
public static java.lang.String TYPE_JSON = "json";
...
...
Code Block | ||
---|---|---|
| ||
import org.joget.commons.util.StringUtil; String html = "<p>This is a test string</p>"; String stripped = StringUtil.stripAllHtmlTag(html); |
public static java.lang.String TYPE_JSON = "json";
...