Tango.info az 09 name: Difference between revisions

From tango.info wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
A '''tango.info az name''' only includes letters a-z and underscores.
A '''tango.info az name''' only includes letters a-z and underscores. regex: [_a-z]


To transform a string into a '''az_name''' the following conversion is applied
To transform a string into a '''az_name''' the following conversion is applied

Revision as of 2011-04-19T02:49:55

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

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

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

Link

See also