startingCharacter property
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;
The character the regex pattern starts with, used to more performance find sections in the text, needs to be a single character
final String startingCharacter;