Adds the operand to the current value. Note that this filter behaves differently if the current value is a string
plus: Number operand
Add some numbers together
CopyMultiply the input by the operand.
times: Number operand
Use the times filter to multiply a number by another number
You can currently use the times to multiply a string into a list of identical strings, although this behavior is deprecated. If you need this functionality you are advised to find a different way to accomplish it.
Using the times filter with a string
CopyCurrent functionality
Future functionality
Potential Replacement
Alternate Replacement
Divide the input by operand.
divided_by: Number operand
Use the divided_by filter to divide one number by another.
Return the remainder of the input when divided by the operand.
modulo: Number operand
Use the modulo filter to get the remainder when one number is divided by another.
Using the modulo filter
CopySubtracts the operand from the input.
minus: Number operand
Use the minus filter to subtract one number from another.
Converts the input to an integer.
to_int
Convert a query parameter to an integer value with a default value.
Convert to integer
CopyConverts the input to a number.
to_number
Convert a query parameter to a number with a default value.
Convert to number
Copy