ଛାଞ୍ଚ:Trim

This template trims whitespace from a string. The string should be passed as the first unnamed parameter.
Usage[ସମ୍ପାଦନା]
{{trim|text}} = text with any leading or trailing whitespace removed.
Example[ସମ୍ପାଦନା]
{{trim|abc}}
produces abc.
See also[ସମ୍ପାଦନା]
- {{StripWhitespace}} which does nearly the exact same thing.