![]() |
|
No such thing as a small change | |
PerlMonks |
Re^5: This looks like whitespace in my CSV but doesn't seem to beby Anonymous Monk |
on Sep 30, 2012 at 09:35 UTC ( #996486=note: print w/replies, xml ) | Need Help?? |
You can always use unicode-regex-range-character-class.pl
so
Thus
Although, in 5.10 you could probably just use s{^\p{space}+}{}g;
In Section
Seekers of Perl Wisdom
|
|