Template:Trim/doc: Revision history

Template page

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

18 January 2023

  • curprev 00:4900:49, 18 January 2023Momo talk contribs 588 bytes +1 No edit summary
  • curprev 00:4900:49, 18 January 2023Momo talk contribs 587 bytes +587 Created page with "This template trims leading and trailing (but not interior) whitespace from a string. The string should be passed as the first unnamed parameter. == Usage == {{tlx|trim|text}} = <var>text</var> with any leading or trailing whitespace removed. == Examples == *"{{tlx|trim| abc}}" produces "{{trim| abc}}" *"{{tlx|trim|xyz }}" produces "{{trim|xyz }}" *"{{tlx|trim| abc xyz }}" produces "{{trim| abc xyz }}" == See also == * {{t|Strip whitespace}} - used to remove..."