Can I get \w in regular expressions to respect the locale setting?
Just like Perl's "use locale". A workaround for me is to include the full character set in a [].
- Peter
Just like Perl's "use locale". A workaround for me is to include the full character set in a [].
- Peter
Comment