rSentenceEndingSelector constant Null safety
Matches all sentence endings.
Implementation
static const rSentenceEndingSelector =
'(?<=$rWordChars|\\s)(\\. )(?=([^a-z])|\\s+|\$)|(\\.)(?=\$)|'
'(?<=[^([{])([?!])(?=([^)]}])|\\s+|\$)';
Matches all sentence endings.
static const rSentenceEndingSelector =
'(?<=$rWordChars|\\s)(\\. )(?=([^a-z])|\\s+|\$)|(\\.)(?=\$)|'
'(?<=[^([{])([?!])(?=([^)]}])|\\s+|\$)';