This App has been replaced by built-in
_regex
methods (string.match_regex(), string.contains_regex(), etc.). Check the documentation here: https://docs.csml.dev/language/standard-library/string-methods
Simple RegExp function:
- action: the regex action to perform, defaults to match
- string *: the string you want to test
- pattern *: the regex pattern
- flags: the flags for the regex pattern (i.e "gi")
Usage
App("utils/regex", action="match", string="", pattern="", flags="")