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 left/doc: Difference between revisions

Template page
Update.
m m
Line 4: Line 4:
=== Usage ===
=== Usage ===


<nowiki>{{Str left|<string>|<count>}}</nowiki>
<code>{{Tlx|Str left|<string>|<count>}}</code>


Gives the <count> characters from the start of the string.
Gives the <count> characters from the start of the string.

Revision as of 00:58, 8 October 2009

Usage

{{Str left|<string>|<count>}}

Gives the <count> characters from the start of the string.

If <count> is invalid or empty, an empty string is returned. If undefined, it defaults to 1.

Examples

  • {{Str left| lorem ipsum dolor sit amet | 10 }} → lorem ipsu
  • {{Str left| lorem ipsum dolor sit amet | 1 }} → l
  • {{Str left| lorem ipsum dolor sit amet | foo }}
  • {{Str left| lorem ipsum dolor sit amet | }}
  • {{Str left| lorem ipsum dolor sit amet }} → l

See also


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