in reply to Re: Assigning REGEX Match to a separate variable?
in thread Assigning REGEX Match to a separate variable?

Hey choroba,

Thanks for your quick reply!!
"perlop" that's the perldoc I was looking for... Searched every where for that. Thanks.

Ok, cool so using the parenthesis allows you to pull out the actual matched string (i.e. $1) instead of getting just a true or false...
Good deal... It worked! Thanks!

Thanks Again,
Matt
  • Comment on Re^2: Assigning REGEX Match to a separate variable?