Skip to main content
Version: 25.3

begin, begins

Operator

begins with, does begin with, does not begin with

Tests whether a text value begins with another, or whether a list begins with one or more given values.

Examples:

"abracadabra" begins with "ab" --> True
(1,3,5,7) begins with (1,3) --> True

Related terms in the SenseTalk Dictionary.