Tango.info az 09 name: Difference between revisions

From tango.info wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
:needs fix - 0-9 undefined
:needs fix - 0-9 undefined
A '''tango.info az name''' only includes letters a-z and underscores. regex: [_a-z]
A '''tango.info a z 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 '''a z_name''' the following conversion is applied
* all lowercase
* all lowercase
* diacritics removed
* diacritics removed

Revision as of 2011-05-01T12:50:30

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