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

String::ToIdentifier::EN::Unicode - Convert Strings to Unicode English Program Identifiers

Author

       Rafael Kitover, "<rkitover@cpan.org>"

Bugs

       Please report any bugs or feature requests to "bug-string-toidentifier-en at rt.cpan.org", or through the
       web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=String-ToIdentifier-EN>.  I will be
       notified, and then you'll automatically be notified of progress on your bug as I make changes.

Description

       This module is a subclass String::ToIdentifier::EN, see that module for details.

       Unlike String::ToIdentifier::EN, this module will not convert the Unicode subset of "\w" into ASCII.

Export

       Optionally exports the to_identifier function.

Name

       String::ToIdentifier::EN::Unicode - Convert Strings to Unicode English Program Identifiers

Repository

See Also

       String::ToIdentifier::EN, Text::Unidecode, Lingua::EN::Inflect::Phrase

Support

       More information on this module is available at:

       •   RT: CPAN's request tracker (report bugs here)

           <http://rt.cpan.org/NoAuth/Bugs.html?Dist=String-ToIdentifier-EN>

       •   AnnoCPAN: Annotated CPAN documentation

           <http://annocpan.org/dist/String-ToIdentifier-EN>

       •   CPAN Ratings

           <http://cpanratings.perl.org/d/String-ToIdentifier-EN>

       •   MetaCPAN

           <https://metacpan.org/module/String::ToIdentifier::EN>

       •   Search CPAN

           <http://search.cpan.org/dist/String-ToIdentifier-EN/>

Synopsis

           use utf8;
           use String::ToIdentifier::EN::Unicode 'to_identifier';

           to_identifier 'foo亰bar∑'; # foo亰BarNDashArySummation

See Also