Contains
Returns true if a string contains a search
Contains("WINDOWS", "OWS") → true
Contains("12345", "6") → false
Contains(column, "WBC") → true
Inputs
Contains(string, search)
string
- A text value to search insearch
- A text value to search for
Last updated
Was this helpful?