Checks whether a string starts with another string.
Number | Type | Compulsory | Default | Description |
---|---|---|---|---|
1 |
string |
Yes |
|
String to test |
2 |
string |
Yes |
|
String to search for |
Return type: real
Returns 1 if the string starts with the given string, 0 otherwise.
|