Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Trim/doc: Difference between revisions

Template page
Casiope (talk | contribs)
Casiope (talk | contribs)
Line 3: Line 3:
== Usage ==
== Usage ==


{{tlx|trim|<var>text</var>}} = <var>text</var> with any leading or trailing whitespace removed.
: {{tlx|trim|<var>text</var>}} produces <var>text</var> with any leading or trailing whitespace removed.


== Examples ==
== Examples ==

Revision as of 23:31, 9 June 2019

This template trims leading and trailing (but not interior) whitespace from a string. The string should be passed as the first unnamed parameter. The parameter must be named |1= if its value contains a = character.

Usage

Template:Tlx produces text with any leading or trailing whitespace removed.

Examples

Markup Renders as
Template:Tlx abc
Template:Tlx xyz
Template:Tlx abc xyz