====== Trim Filter ======
The [[filter:core:trim|TrimFilter]] passes content through the PHP function [[phpfn>trim]]. That is, it removes whitespace from the beginning and end of a string.
===== Usage =====
{$yourvar|trim}
===== Result =====
"your string" -> "your string"