Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Str sub: Difference between revisions

Template page
No edit summary
Line 111: Line 111:
<nowiki>{{str_sub|</nowiki>''text''|''start''|''length''<nowiki>}}</nowiki> = Substring of ''text'' starting at ''start'' and containing ''length'' characters.
<nowiki>{{str_sub|</nowiki>''text''|''start''|''length''<nowiki>}}</nowiki> = Substring of ''text'' starting at ''start'' and containing ''length'' characters.


''start'' + ''length'' must be less than 50.  Only operates on a limited character set.</noinclude>
''start'' + ''length'' must be less than 50.  Only operates on a limited character set.
 
[[Category:String manipulation templates]]
</noinclude>

Revision as of 02:15, 27 February 2009


{{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.

Cookies help us deliver our services. By using our services, you agree to our use of cookies.