Perhaps casing issues? Is sid always lower case? Also will the string
always be 32 Characters, if it�s a url is it encoded?

Does this help any?

ReFindNoCase('&sid=([[:alnum:]]){32}',cfhttp.FileContent)

Kola

>> -----Original Message-----
>> From: Ryan Mitchell [mailto:[EMAIL PROTECTED]
>> Sent: 14 July 2003 15:50
>> To: CF-Talk
>> Subject: Re: Cfhttp (now regex help needed...)
>> 
>> Ok, cool i've got this aspect working, thanks dave...
>> 
>> Now... I am doing a cfhttp on a php page and need to return the php
sid,
>> so
>> basically I need to search through the string and find
>> 
>> "sid=....." where the .... Represent a 32 char alphanumeric string...
>> 
>> I've tried
>> ReFind('&sid=([[:alnum:]])+',cfhttp.FileContent)
>> But it doesn�t seem to work... Any thoughts?
>> 
>> Sorry for all this annoyance...
>> This is so worth it if I get this working!
>> 
>> Ryan
>> 
>>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to