![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re^3: Problems with unicode properties in regular expressions under chroot (install)by Anonymous Monk |
on May 10, 2013 at 23:51 UTC ( #1033062=note: print w/replies, xml ) | Need Help?? |
Ok, let's see here :) looking through my stuff I find expand unicode property (eg \p{Print}) to regex character class range so this seems to work
A cleaner (no warnings) version seems to be
So you might grab perluniprops and qr// up a storm or File::Find and require up a storm Anyway you look at it it's all kludges -- there needs to be an official API for this
In Section
Seekers of Perl Wisdom
|
|