[buug] regex question

Aaron T Porter atporter at primate.net
Wed Apr 30 13:52:52 PDT 2003


On Wed, Apr 30, 2003 at 01:40:52PM -0700, johnd wrote:
> I need a regex to substitue on that gives me
> the part after the = and before the &

	Something like:

	($id) = $_ =~ m"UserID=(.*)&";



More information about the buug mailing list