int startswith(string str, string startswith)
Returns 1 if the string starts with the given string. 0 otherwise.