Functions: String_Contains Function - Wynntils/Wynntils GitHub Wiki
- CONTAINS_STR
Checks if given string contains another string
This function has 2 required arguments.
- source (String) → The string to search.
- substring (String) → The string to check for.
STRING_CONTAINS(<source>;<regex>) → (Boolean)
STRING_CONTAINS("Gathering Scythe T4";"Scythe") → TRUE