Re: Cfhttp (now regex help needed...)

2003-07-14 Thread Ryan Mitchell
egEx -- for all your regex needs. > > > -- Ben Doom > Programmer & General Lackey > Moonbow Software, Inc > > : -Original Message- > : From: Ryan Mitchell [mailto:[EMAIL PROTECTED] > : Sent: Monday, July 14, 2003 10:50 AM > : To: CF-Talk > : Subject: Re:

RE: Cfhttp (now regex help needed...)

2003-07-14 Thread Ben Doom
uly 14, 2003 10:50 AM : 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 : : "

RE: Cfhttp (now regex help needed...)

2003-07-14 Thread Kola Oyedeji
:[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

Re: Cfhttp (now regex help needed...)

2003-07-14 Thread Ryan Mitchell
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:]])+',