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

From Ava Zinn Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
m (+id)
(See also)
Line 12: Line 12:
 
=== See also ===
 
=== See also ===
 
*[[Template:Str sub]]
 
*[[Template:Str sub]]
 
+
*[[Template:Str sub long]]
 
<includeonly>
 
<includeonly>
 
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
 
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->

Revision as of 20:53, 13 October 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