目录:
STARTWITH(str1,str2)
判断字符串 str1 是否以 str2 开始。
-
若字符串 str1 以 str2 开始,则返回值为 1;
若字符串 str1 不以 str2 开始,则返回值为 0。