Begins(Text u, Text v)

Returns true if the text u begins with the text v; otherwise, returns false.

Parameters

u
The text value to test.
v
The text value to find.

Returns

Boolean

Examples