startsWith abstract method
- Characters characters
Whether the current range starts with characters
.
Returns true
if the characters of the current range starts with
characters
, false
if not.
Implementation
bool startsWith(Characters characters);