startsWith abstract method
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);
Whether the current range starts with characters
.
Returns true
if the characters of the current range starts with
characters
, false
if not.
bool startsWith(Characters characters);