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 4: Line 4:
* special chars and spaces converted to _  
* special chars and spaces converted to _  
* all multiple _ converted to one _
* all multiple _ converted to one _
== Link ==
* http://tools.tango.info/string_conversion.php

Revision as of 2009-06-03T22:46:19

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