STARTSWITH
Determines whether a given string begins with a specified substring
Last updated
Was this helpful?
Determines whether a given string begins with a specified substring
STARTSWITH(string, substring)
Determines whether the given string starts with the specified substring
Argument
Description
string
String(s) to search for substring within
substring
Substring(s) to search for at the beginning of string
Returns True if the string starts with the specified substring, returns False otherwise
Last updated
Was this helpful?
Was this helpful?