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