Hi Tom,
Couldn't you just use NthField(EditField1.Text,chr(34),2) rather than a
regex?
Rob
----- Original Message -----
From: "Tom Russell" <linuxrox at stny dot rr dot com>
To: "REALbasic NUG" <realbasic-nug at lists dot realsoftware dot com>
Sent: Thursday, August 30, 2007 6:36 PM
Subject: RegEx question
>I need to parse some info from a web page but not sure how to regEx it.
>
> Example would be:
>
> href="http://myworld.ebay.com/xxxxxxxxx/">
>
> But I only need the stuff in the quotes.
>
> I assume my search pattern would be something like:
> rg.SearchPattern="href="http:(\D+)>"
>
> Would this be correct?
>
> Thanks,
>
> Tom
>
>
> _______________________________________________
> Unsubscribe or switch delivery mode:
> <http://www.realsoftware.com/support/listmanager/>
>
> Search the archives:
> <http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|