Hi, Is there any tool to verify if a String is escaped? Something like this:
assertFalse( StringEscapeUtils.isHtmlEscaped("<b>text</b>") );
assertTrue( StringEscapeUtils.isHtmlEscaped("<b>text</b>") );
[]s
Gabriel
Hi, Is there any tool to verify if a String is escaped? Something like this:
assertFalse( StringEscapeUtils.isHtmlEscaped("<b>text</b>") );
assertTrue( StringEscapeUtils.isHtmlEscaped("<b>text</b>") );
[]s
Gabriel