logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Text::Unicode::Equivalents - synthesize canonically equivalent strings

Author

       Bob Hallissy

Bugs

       Uses Unicode::Normalize. On some systems (e.g. ActiveState 5.6.1) Unicode::Normalize  is  aware  only  of
       Unicode 3.0 and thus de/compositions introduced since Unicode 3.0 will not be used.

Description

       all_string($s)
           Given  an  arbitrary  string,  "all_strings()" returns a reference to an unsorted array of all unique
           strings that are canonically equivalent to the argument.

Name

       Text::Unicode::Equivalents - synthesize canonically equivalent strings

Synopsis

               use Text::Unicode::Equivalents qw( all_strings);

               $aref = all_strings ($string);
               map {print "$_\n"} @{$aref};

See Also