Removes characters defined in cutset from both ends of a string.
cutset
trim(str: string, cutset: string) -> string
Returns the documented result for the function signature.
respond { status = 200, body = { normalized = trim(ctx.request.query.value, " -") } }