realbasic-nug
[Top] [All Lists]

Re: RegEx question

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: RegEx question
From: Tim Jones <tjmac at tolisgroup dot com>
Date: Thu, 30 Aug 2007 16:22:46 -0700
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Organization: TOLIS Group, Inc.
References: <46D74652 dot 4070705 at stny dot rr dot com>
Tom Russell wrote:
> 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+)>"
>   
Try this instead:

rg.SearchPattern="href="""http:(\D+)>"

Note 3 sets of quotes after href=

Tim



_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


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