Removes leading and trailing whitespace characters (spaces, tabs, newlines) from a string.
trim_space(str: string) -> string
Returns the documented result for the function signature.
args = { query = "%${trim_space(ctx.request.query.q)}%" }