Add several regex native functions
- `escapeStringRegex` - `regexMatch` - `regexSubst` They do what you expect, as implemented by the golang `regexp` package.
Please register or sign in to comment
- `escapeStringRegex` - `regexMatch` - `regexSubst` They do what you expect, as implemented by the golang `regexp` package.