StringStartsWith Function

Checks whether a string starts with another string.

Arguments

Number Type Compulsory Default Description
1 string Yes String to test
2 string Yes String to search for

Returns

Return type: real

Returns 1 if the string starts with the given string, 0 otherwise.