|
|
| "be consistent" | |
| PerlMonks |
Re^3: Find Number in String then Ignore Characters proceedingby Eliya (Priest) |
| on May 29, 2012 at 21:40 UTC ( #973134=note: print w/ replies, xml ) | Need Help?? |
|
And how come \\w rather than \w works? The double backslash is just because it's in a double-quoted string, so a literal \w remains in the runtime constructed regex pattern fragment.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||