string_contains (string text, string word1[, string word2, string word3, ..., string wordN]) ⇒ boolean
Checks if a string, text, contains an infinite number of other strings or characters, listed as wordN.
Alternative function names: str_contains
First available: Version 1.3.2
Comments