开头包含

# 包含:STARTWITH(字符串, 子串) #### STARTWITH(字符串, 子串) 如果给定字符串以指定子字符串开头,则返回 true。 #### 示例 - STARTSWITH("Calculation", "Ca") = true