Pascal,

  Would it be possible for you to explain a bit more about what each part of
the RegEx is doing? I'm trying to do something similar and I'm having no end
of trouble getting the RegEx right. MM documentation is pretty thin on more
advanced matching.

Thanks,

Gavin

-----Original Message-----
From: Pascal Peters [mailto:[EMAIL PROTECTED] 
Sent: 05 November 2004 10:43
To: CF-Talk
Subject: RE: Regular Expression Help


REReplaceNoCase(text,'^.*<input type=hidden name="BV_SessionID"
value="([^"]*)".*$',\1)

Pascal

> -----Original Message-----
> From: Daniel Farmer [mailto:[EMAIL PROTECTED]
> Sent: 05 November 2004 10:24
> To: CF-Talk
> Subject: Regular Expression Help
> 
> I'm searching a long string and looking for the value
> 
> <input type=hidden name="BV_SessionID" value="any value here"
> 
> what kind of syntax would I use to grab the value of the above tag.
> 
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183461
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to