The
startswith function determines whether the string expression
source begins with the string expression
prefix. It is the same as checking if:
The function returns a logical value of 1 (true) if the source string starts with the prefix and 0 (false) otherwise.