libstring-toidentifier-en-perl

Module to convert strings to english program identifiers
  https://metacpan.org/release/String-ToIdentifier-EN/
  0
  no reviews



String::toidentifier::en is a perl module that provides a utility to convert an arbitrary string into an identifier usable in a computer program. the intent is to make unique identifier names from which the content of the original string can be easily inferred by a human just by reading the identifier.

if you need the full set of alphanumeric caracters including unicode, see the subclass string::toidentifier::en::unicode.

currently, this process is one way only, and will likely remain this way.