isFollowedBy abstract method
- Characters characters
Whether the current range is followed by characters
.
Returns true
if the characters immediately following the current
range are characters
, and false
if not.
Implementation
bool isFollowedBy(Characters characters);