RE: highlighting strings, with a twist.

2000-11-14 Thread Steve Bernard
That can be solved with RE's. You will have a harder time making CF's native RE's library do the trick. On the server-side, I'd use CFX_PCRegEx, (see URL below). It provides full PERL-esque RE's, which will allow you to get the job done. Also, by using PERL RE's you can use O'Reilly's "Mastering R

Re: highlighting strings, with a twist.

2000-11-14 Thread Todd Ashworth
Are you wanting to display the HTML, or just parse it without it getting messed up? Todd Ashworth - Original Message - From: "Jamie Keane" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, November 14, 2000 12:40 PM Subject: highlighting strings, with a twist. | Hi a