format.trim ViewHelper <vhs:format.trim>
Trims $content by stripping off $characters (string list of individual chars to strip off, default is all whitespaces).
Arguments
content
- DataType
- string
- Required
- false
- Description
- String to trim
characters
- DataType
- string
- Required
- false
- Description
- List of characters to trim, no separators, e.g. "abc123"