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