[Phplib-users] RE: Another regex expression
Brought to you by:
nhruby,
richardarcher
From: Rob H. <rob...@ws...> - 2002-11-04 04:23:22
|
Sorry, small correction (as in it does not work like this!!!), the last [&|$] should be (&|$) Thanks, > -----Original Message----- > From: Rob Hutton [mailto:rob...@ws...] > Sent: Sunday, November 03, 2002 7:50 PM > To: Phplib-Users > Subject: Another regex expression > > > I continue to have problems with the Regex in the current > login_if (not supported under javascript, does not work if the > parameter passed with $this->urlaction has numbers in it, etc.). > Here is one that I think is working. Please try it out... > > > ([?&]*)authcmd=(.)*[&|$] > > This also prevents the multiple &&&& > > Rob Hutton > Web Safe > www.wsafe.com > > |