Hello all!


A strange phenomenon happened:

In my Perl Script the pattern

        $_ =~ m!/([\w]+?)

does not matches Umlauts. For example:

        "Jürgen".

Was this always like that? Or is there a change somewhere in MacOS
(there was a recent update to 10.13.6)? BBEdit Version is 12.1.5

        $_ =~ m!/([\wüäö]+?)

is working. Also

        $_ =~ m!/([a-züäö]+?)


Best greetings to all


marek




-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or need technical support, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <https://www.twitter.com/bbedit>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.

Reply via email to