perl - How do I get a list of all Unicode characters that have a given property? -
Without full range of Unicode characters without looping, how can I get a list of characters that have a property? ? Specifically, I want a list of all the characters in the point (i.e. those that match / \ d /
). I have seen, and it is useful for determining the qualities of a given character, but it does not seem that those inventory characters have an asset out of property.
The list of unicode characters of each class is generated from the Unicode device when you compile Perl, and Typically stored in / usr / lib / perl For example, a list of Unicode characters that matches IsDigit (aka \ d) is stored in the / usr / lib / perl-YOURPERLVERSION / unicore / lib file IYERPERLVERSION / Unicore / lib / gc_sc /
/gc_sc/Digit.pl
Comments
Post a Comment