Functions: Regex_Find Function - Wynntils/Wynntils GitHub Wiki
None
Checks if given regex finds the string
This function has 2 required arguments.
- source (String) → The string to be checked.
- regex (String) → The string which is regex pattern.
REGEX_FIND(<source>;<regex>) → (Boolean)
REGEX_FIND("testing, testing"; "test") → TRUE