isPrecededBy abstract method

bool isPrecededBy(
  1. Characters characters
)

Whether the current range is preceded by characters.

Returns true if the characters immediately preceding the current range are characters, and false if not.

Implementation

bool isPrecededBy(Characters characters);