realbasic-nug
[Top] [All Lists]

Re: RegEx question

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: RegEx question
From: Tom Russell <linuxrox at stny dot rr dot com>
Date: Thu, 30 Aug 2007 19:04:36 -0400
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <46D74652 dot 4070705 at stny dot rr dot com> <D76587F6-C882-49DB-9122-A1606318C376 at declareSub dot com> <46D748C2 dot 7030105 at stny dot rr dot com> <46D74A06 dot 8080707 at stny dot rr dot com> <6B8117D4-5F93-49ED-A732-289AC01555E4 at great-white-software dot com>
Norman Palardy wrote:
> On 30-Aug-07, at 4:51 PM, Tom Russell wrote:
>
>   
>> Fixed the quote issue. Found out Im doing my regex before the content
>> loaded into my socket.
>>
>> It would probably be better to load my content into a string array
>> rather than use the string itself? When I do my regex it pulls the  
>> first
>> one it finds and its not even the one I want.
>>
>> plus Im getting part of what I want: //www.ebay.com"
>>
>> Fun, fun, fun....
>>     
>
> maybe
>     rg.SearchPattern="href=""http:[a-z0-9A-Z.?/-%]+>"""
>
> have to admit I have not tried it
> _______________________________________________
> Unsubscribe or switch delivery mode:
> <http://www.realsoftware.com/support/listmanager/>
>
> Search the archives:
> <http://support.realsoftware.com/listarchives/lists.html>
>
>
>   

Thanks Norm, Ill give it a go.

I just dont get the stringing stuff together like

[a-z0-9A-Z.?/-%]

Its hard to follow what that means. The LR says some but not that indepth.

thanks,

Tom
_______________________________________________
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>