Perl has some of the best Unicode support out there, and it keeps getting better. Perl v5.32 supports Unicode 13, and you can now apply patterns to character names. You probably don’t want to do that though.
First, the Unicode Character Database catalogs each character, giving it a code number, a name, and many other properties.
Continue reading “Match Unicode character names with a pattern”