patternToUse property

String patternToUse
final

Pattern to use for the mention, typically r'<@(a-zA-Z0-9{1,})>', however you can change the requirements if needed

Implementation

final String patternToUse;