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
Comments