You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[13:02] <MetaZoffix> m: say "7\x[308]" ~~ /^ \d+ $/
[13:02] <+camelia> rakudo-moar f0bb58: OUTPUT«「7̈」»
[13:03] <MetaZoffix> Is there an easy way to make it look for *just* numbers without combiners?
By osmosis, I know I need some sort of .NFD or something along the lines of that, but from a perspective of someone who's not familiar with what unicode forms there are and what they're all about, it's hard to understand what I am supposed to do to make my original operation work right.
There should be a page that explains all of this stuff.
The text was updated successfully, but these errors were encountered:
By de-indexing some of them, linking others, and generally reviewing
what Raku#891 requires. This closesRaku#891 as far as the original issue
title is concerned; however, I would say another issue should be open
to actually explain how to work with that kind of regexes (if it's not
done already)
I have a simple task to solve:
But I'm not seeing any section on this in https://docs.perl6.org/language.html
By osmosis, I know I need some sort of .NFD or something along the lines of that, but from a perspective of someone who's not familiar with what unicode forms there are and what they're all about, it's hard to understand what I am supposed to do to make my original operation work right.
There should be a page that explains all of this stuff.
The text was updated successfully, but these errors were encountered: