Tango.info az 09 name

From tango.info wiki
Revision as of 2012-09-03T23:21:32 by Tobiasco (talk | contribs)
Jump to navigation Jump to search
needs fix - 0-9 undefined

A tango.info a z name only includes letters a-z and underscores. regex: [_a-z]

To transform a string into a a_z_name the following conversion is applied

  • convert each uppercase letter to lowercase
  • remove each diacritic
  • convert each special character to _
  • convert the sequence "__" to "_" until there is no more sequence "__"

Link

See also