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:
==Overview==
== Overview ==
A '''tango.info az 09 name''' only includes letters a-z, numbers 0-9 and underscores. regex: [_a-z0-9]
A '''tango.info az 09 name''' only includes letters a-z, numbers 0-9 and underscores. regex: [_a-z0-9]


== Transformation ==
To transform a string into a '''az_09_name''' the following conversion is applied
To transform a string into a '''az_09_name''' the following conversion is applied
* convert each uppercase letter to lowercase
* convert each uppercase letter to lowercase
Line 8: Line 9:
* convert the sequence "__" to "_" until there is no more sequence "__"  
* convert the sequence "__" to "_" until there is no more sequence "__"  


== Link ==
== Usage ==
* https://tango.info/x/php/tools/string_conversion.php
The harmonized name is used in work title links, e.g. :
* https://tango.info/work.te_fuiste_ja_ja
== Tool ==
* https://tango.info/x/php/tools/string_conversion.php (not working for numbers)


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

Revision as of 2013-12-07T21:27:29

Overview

A tango.info az 09 name only includes letters a-z, numbers 0-9 and underscores. regex: [_a-z0-9]

Transformation

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

  • convert each uppercase letter to lowercase
  • remove each diacritic
  • convert each non "a-z0-9" character to _
  • convert the sequence "__" to "_" until there is no more sequence "__"

Usage

The harmonized name is used in work title links, e.g. :

Tool

See also