Function rubble_templates::std_fun::strings::trim_function[][src]

pub fn trim_function(parameters: &[String]) -> String

Trims the parameters. If there is more than one parameter, then concatenates them.

Eg.

trim "  hello"
trim " hello " "   world" "text  "

Expected output:

hello
helloworldtext