Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Template:Trim/doc

From Wikipedia, the free encyclopedia

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.

You may substitute this templatethat is, if this template is used as {{subst:trim}}, the resulting wikicode is "clean".

Usage

[edit]

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

Examples

[edit]
  • "{{trim| abc}}" produces "abc"
  • "{{trim|xyz }}" produces "xyz"
  • "{{trim| abc xyz }}" produces "abc xyz"

Template data

[edit]
This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Trim in articles based on its TemplateData.

TemplateData for Trim

The template trims whitespace from a string.

Template parameters

ParameterDescriptionTypeStatus
String1

The string to be trimmed of whitespace

Stringrequired

See also

[edit]