[buug] regex question

johnd john at jjdev.com
Wed Apr 30 13:40:52 PDT 2003


Can someone give me a regex to find some text?


I have a file with lines like this

aaaaaaaaaaaaUserID=123213&bbbbbbbbbbbbbbbbbbbbbbbbbb


I need a regex to substitue on that gives me

the part after the = and before the &

in this case 123213

it is not for sure the the string will be numeric or alpha

I just know it is the text between UserID= and &




More information about the buug mailing list