Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
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";
...