fixup! Builtin string functions - downcase, len, match(regex), replace(regex), trim, upcase. New dependency regex.
This commit is contained in:
parent
be54931f76
commit
f6c8689303
@ -222,7 +222,8 @@ This crate offers a set of builtin functions.
|
|||||||
| upcase | 1 | Returns upper-case version of string |
|
| upcase | 1 | Returns upper-case version of string |
|
||||||
|
|
||||||
The `min` and `max` functions can deal with a mixture of integer and floating point arguments.
|
The `min` and `max` functions can deal with a mixture of integer and floating point arguments.
|
||||||
They return the result as the type it was passed into the function.
|
They return the result as the type it was passed into the function. The regex functions require
|
||||||
|
feature flag `regex_support`.
|
||||||
|
|
||||||
### Values
|
### Values
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user