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

From Ava Zinn Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
(Entlinkt ist hier nicht erwünscht. Er hat den Ersteller der Kategorie "Unterirdische Stromleitung" grundlos blockiert, und früher gab es ähnliche Vorkommnisse!)
(Reverted 1 edit by Aeeaeeaee 2; Reverted until we can get a reason in ENGLISH. using TW)
Line 7: Line 7:
 
Only supports a limited character set.  Returns an error on unknown characters.
 
Only supports a limited character set.  Returns an error on unknown characters.
  
 +
=== Examples ===
 +
* {{tlp|str index|0123456789ABCDEF|15}} → {{str index|0123456789ABCDEF|15}}
  
 
=== 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 -->
Line 16: Line 18:
 
[[Category:String manipulation templates]]
 
[[Category:String manipulation templates]]
  
 +
[[de:Vorlage:Str index]]
 +
[[id:Templat:Str index]]
 +
[[ja:Template:Str index]]
 +
[[pt:Predefinição:Str index]]
 +
[[ru:Шаблон:Str index]]
 
</includeonly>
 
</includeonly>

Revision as of 03:30, 19 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