Template:Str sub/doc: Difference between revisions
Template page
More actions
create |
|||
| Line 16: | Line 16: | ||
[[Category:String manipulation templates]] | [[Category:String manipulation templates]] | ||
[[de:Vorlage:Strsub]] | |||
</includeonly> | </includeonly> | ||
Revision as of 03:36, 26 May 2009
Usage
{{str_sub|text|start|length}} = Substring of text starting at start and containing length characters.
start + length must be less than 50. Only operates on a limited character set.