ढाँचा: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.