Tango.info az 09 name

From tango.info wiki
Revision as of 2012-08-19T18:57:29 by Tobiasco (talk | contribs) (→‎Link)
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

  • all lowercase
  • diacritics removed
  • special chars and spaces converted to _
  • all multiple _ converted to one _

Link

See also