Official ZPE/YASS documentationstring_contains
string_contains (string text, string word1[, string word2, string word3, ..., string wordN]) ⇒ boolean
Checks if a string contains an infinite number of other strings or characters.
Alternative function names: str_contains
First available: Version 1.3.2
There are no comments on this page.