![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: Regexp to match regardless of whitespaceby JavaFan (Canon) |
on May 03, 2012 at 17:05 UTC ( #968778=note: print w/replies, xml ) | Need Help?? |
There's no modifier that let you skip anything.
If you're just grepping for string literals, it's trivial to change it to allow for spaces: Otherwise, I'd do as suggested: remove the whitespace in the line, than apply the pattern.
In Section
Seekers of Perl Wisdom
|
|