Difference between revisions of "Template:Trim"

From Baka-Tsuki
Jump to navigation Jump to search
(Created page with "<includeonly>{{ {{{|safesubst:}}}#if:1|{{{1|}}}}}</includeonly><noinclude> {{Documentation}} Adapted from http://en.wikipedia.org/wiki/Template:Trim </noinclude>")
 
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
<includeonly>{{ {{{|safesubst:}}}#if:1|{{{1|}}}}}</includeonly><noinclude>
 
<includeonly>{{ {{{|safesubst:}}}#if:1|{{{1|}}}}}</includeonly><noinclude>
  +
This template trims whitespace from a string. The string should be passed as the first unnamed parameter.
   
  +
=== Usage ===
{{Documentation}}
 
  +
<nowiki>{{trim|</nowiki>''text''<nowiki>}}</nowiki> = ''text'' with any leading or trailing whitespace removed.
  +
  +
=== Example ===
  +
  +
*<nowiki>{{trim| abc}}</nowiki> produces {{trim| abc}}.
   
 
Adapted from http://en.wikipedia.org/wiki/Template:Trim
 
Adapted from http://en.wikipedia.org/wiki/Template:Trim
  +
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Latest revision as of 05:52, 1 February 2014

This template trims whitespace from a string. The string should be passed as the first unnamed parameter.

Usage[edit]

{{trim|text}} = text with any leading or trailing whitespace removed.

Example[edit]

  • {{trim| abc}} produces abc.

Adapted from http://en.wikipedia.org/wiki/Template:Trim