Function "startsWith"

Summary

Returns true, if a string starts with a specified prefix. The function belongs to the group "Logical".

The return type is boolean.

Allowed number of parameters are 2.


Parameters

Parameter Description
1 String to be checked.
2 prefix.