startswith
.startswith string:{String} \
prefix:{String} \
ignorecase:{Boolean = false}
-> BooleanContent copied to clipboard
Checks if a string starts with a given prefix.
Return
true if the string starts with the prefix, false otherwise
Parameters
string
string to check
prefix
prefix to check for