startingCharacter property

String startingCharacter
final

The character the regex pattern starts with, used to more performance find sections in the text, needs to be a single character

Implementation

final String startingCharacter;