Template:Trim quotes/doc
Template:Documentation subpage Template:Shortcut Template:Lua
This template trims matched pairs of leading and trailing single (') and double (") quotes and whitespace from a string. The string should be passed as the first unnamed parameter or using |1=
or |s=
if your string contains any =
signs.
Usage
Template:Tlx = text with any leading or trailing quotes removed (as long as text doesn't contain any =
signs).
Template:Tlx or Template:Tlx = text with any leading or trailing quotes removed.
Example
- Template:Tlx produces
abc
.
- Template:Tlx produces
abc's
- Template:Tlx produces
This is a "quote"
(since the quotes aren't at the beginning and end of the string)
Template data
The template trims matched pairs of leading and trailing single and double quotes from a string.
Parameter | Description | Type | Status | |
---|---|---|---|---|
String | 1 | The string to be trimmed | String | required |
See also
- {{trim}}
Template:Navbox with collapsible groups