Transforms the input text by url encoding it.

Arguments

input
The input text value.

Returns

The input value url encoded.

Remarks

This transform performs a Server.UrlEncode on the input.

Examples

${encode($1)}

See Also