rSentenceEndingSelector constant

String const rSentenceEndingSelector

Matches all sentence endings.

Implementation

static const rSentenceEndingSelector =
    '(?<=$rWordChars|\\s)(\\. )(?=([^a-z])|\\s+|\$)|(\\.)(?=\$)|'
    '(?<=[^([{])([?!])(?=([^)]}])|\\s+|\$)';