toint
Purpose
Converts a string consisting of numbers to an integer value by ignoring the digits after the decimal point in the string.
This function is the alias for the int() function.
Returned Value
An integer value that was obtained by converting the input value to an integer.
If the input is not a named group, the function does not return any results.
If the input string does not consist of numbers and thus cannot be transformed to an integer, the result field is shown as empty.