patternToUse property
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;
Pattern to use for the mention, typically r'<@(a-zA-Z0-9{1,})>',
however you can change the requirements if needed
final String patternToUse;