(Created page with "{{Documentation}} This template removes all whitespace in a string. == Usage == {{tlx|strip whitespace|text}} = <var>text</var> with any whitespace removed. == Examples == *...") |
m (1 revision imported: New Files) |
(No difference)
|
Latest revision as of 11:54, 24 March 2024
This is a documentation subpage for Template:Strip whitespace.
It contains usage information, categories, and other content that is not part of the original template 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