Tango.info az 09 name

From tango.info wiki
Revision as of 2012-09-03T23:15:52 by Tobiasco (talk | contribs) (revert "non [_a-z]" -> special characters)
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 letters to lowercase
  • remove diacritics
  • convert special character to _
  • convert multiple _ to one _

Link

See also