Template:Strip whitespace
Template page
More actions
This documentation is transcluded from Template:Strip whitespace/doc. Changes can be proposed in the talk page.
This template removes all whitespace in a string.
Usage
{{strip whitespace|text}} = text with any whitespace removed.
Examples
- "{{strip whitespace|Carrack is the best}}" produces "Carrackisthebest"
- "{{strip whitespace|Carrack nice}}" produces "Carracknice"
- "{{strip whitespace|Best ship in the verse is Carrack}}" produces "BestshipintheverseisCarrack"
See also
- {{Trim}} - used to remove leading and trailing whitespace