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

From Ava Zinn Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
m (Usage)
(Examples: example with error message)
Line 9: Line 9:
 
=== Examples ===
 
=== Examples ===
 
* {{tlp|str index|0123456789ABCDEF|15}} → {{str index|0123456789ABCDEF|15}}
 
* {{tlp|str index|0123456789ABCDEF|15}} → {{str index|0123456789ABCDEF|15}}
 +
* {{tlp|str index|0123456789ABCDEF|18}} → {{str index|0123456789ABCDEF|18}}
  
 
=== See also ===
 
=== See also ===

Revision as of 07:16, 10 July 2010

Usage

{{str index|text|number}} = Returns the number-th 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
  • {{str index|0123456789ABCDEF|18}}((str index)): String is not long enough.

See also