startsWith# swordfish.function.startsWith()# Check if X starts with str. If yes, return true; otherwise return false. 参数: X (Constant) -- A string scalar/vector. str (Constant) -- A string scalar.