realbasic-nug
[Top] [All Lists]

Re: finding links with RegEx?

To: REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: finding links with RegEx?
From: Didier BARBAS <lists at sungnyemun dot org>
Date: Thu, 28 Feb 2002 10:50:55 +0900
On 02/28/2002 10:38, "Jerry Hamlet" <jerry at hamletzone dot com> wrote:

> On 2/27/02 5:32 PM, "Kevin Ballard" <kevin at sb dot org> wrote:
> 
>> 
>> try this RegEx (my previously posted one plus a slight modification,
>> replacement of \x20 with \s, and replacement of \x22 with "" (forgot about
>> that notation). I actually tested it and it seems to work. As far as I can
>> tell, this is the best one posted because it matches everything it's
>> supposed to and blocks out more bad tags than the others would.
> 
> What's the special notation "" about? I'm not familiar with that.
> 
> -jerry

RB syntax for " inside a string.

-- 
Didier Barbas
Dilettante programmer and linguist
http://ww.sungnyemun.org




<Prev in Thread] Current Thread [Next in Thread>