Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 16:38, 21 July 2020 by Casiope (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The template {{trim}} 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 an equals sign “=” character.

Usage

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

Examples

Markup Renders as
{{trim|abc}} abc
{{trim|xyz }} xyz
{{trim|abc xyz }} abc xyz