in reply to Re^2: variables in regex character classes
in thread variables in regex character classes
instead of use encoding 'utf8';.use utf8;
On Unicode data \b, as well as the /i switch, will work as expected. And if you are not sure about the character ranges, it's of course better to type the alphabet.
Good luck!
|
|---|