Functions: Regex_Match Function - Wynntils/Wynntils GitHub Wiki
None
Checks if given regex matches the string
This function has 2 required arguments.
- source (String) → The string to be matched.
- regex (String) → The string which is regex pattern.
REGEX_MATCH(<source>;<regex>) → (Boolean)
REGEX_MATCH("345"; "[0-9][0-9][0-9]") → TRUE