string required default empty stringThe text to trim. May be a literal string or, more usually, a field getter such as {headline........} that yields the value to clean up.
chars optional default whitespace (spaces, tabs, newlines)Optional set of characters to strip. Each listed character is removed from both ends (it is a character set, not a substring). When omitted, all leading and trailing whitespace is removed (spaces, tabs, newlines, and other Unicode whitespace).
{trim: APC-AA }
[{trim: }]
{trim:***Bold***:*}
{trim:00042000:0}
{trim:[hello]:[]}
{trim:--a--b--:-}
{ifset:{trim: }:has text:blank}
trim=[{trim:..core..:.}] ltrim=[{ltrim:..core..:.}] rtrim=[{rtrim:..core..:.}]