Checks if the string contains any of the specified symbols.
true if this string contains at least one of the elements from the symbols list, false otherwise.
true
false
A list of strings to search for within this string.