Tango.info az 09 name: Difference between revisions

From tango.info wiki
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:
* all multiple _ converted to one _
* all multiple _ converted to one _
== Link ==
== Link ==
* http://www.tango.info/tools/string_conversion.php
* https://tango.info/tools/string_conversion.php


==See also==
==See also==
* [[tango.info azname]]
* [[tango.info azname]]

Revision as of 2012-08-19T18:57:29

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