Difference between revisions of "Template:Str index/doc"

From Ava Zinn Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
(See also)
m (interwiki)
Line 18: Line 18:
 
[[Category:String manipulation templates]]
 
[[Category:String manipulation templates]]
  
[[de:Vorlage:Strindex]]
+
[[de:Vorlage:Str index]]
 
[[id:Templat:Str index]]
 
[[id:Templat:Str index]]
 +
[[ja:Template:Str index]]
 +
[[pt:Predefinição:Str index]]
 +
[[ru:Шаблон:Str index]]
 
</includeonly>
 
</includeonly>

Revision as of 10:11, 16 December 2009

Usage

{{str index|text|number}} = Returns the number character of text.

Only supports a limited character set. Returns an error on unknown characters.

Examples

  • {{str index|0123456789ABCDEF|15}}Character not recognized by string_index

See also