reSentenceEndingSelector constant Null safety

String const reSentenceEndingSelector

Returns a regular expression String that selects all line endings.

Implementation

static const reSentenceEndingSelector =
    r"(?<=[a-zA-Z0-9-¥Œ€@™#-\&_'-]|\s)(\. )(?=([^a-z])|\s+|$)|(\.)(?=$)|(?<=[^([{])([?!])(?=([^)]}])|\s+|$)";