Fluffy Newbie
Joined: 06 Jan 2008 Posts: 8 Location: Houston, TX
|
Posted: Sun Jan 20, 2008 3:43 pm
Regex Subpatterns - Creating local variables? |
Is there a way to create a local variable with a regular expression match? I know that you can create named variables (ie: &VarName = @VarName), like: (?varname:\d). However, I am not sure if theres a way to match a subpattern, and turn it into a local variable instead. If anyone knows how, please let me know! Thank you very much!!
|
|