>> Isn't this a pretty simple regex?  Just look for <'s and &'s without
entity syntax <<

I suspect that creating a really robust test would involve dealing with a
number of gotchas.  For example, is this string escaped?

StringEscapeUtils.isHtmlEscaped ("Use this HTML: '&lt;b&gt;text&lt;/b&gt;'")

-- fas

F. Andy Seidl
MyST Technology Partners, Inc.

-----Original Message-----
From: Ted Dunning [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 02, 2008 2:48 PM
To: Commons Users List
Subject: Re: isEscaped

Isn't this a pretty simple regex?  Just look for <'s and &'s without entity
syntax.

On Tue, Sep 2, 2008 at 11:28 AM, Gabriel Reis <[EMAIL PROTECTED]> wrote:

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



-- 
ted



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to