rePunctuationSelector constant Null safety

String const rePunctuationSelector

Matches all mid-sentence punctuation.

Implementation

static const rePunctuationSelector =
    '(?<=$reWordChars|\\s)[:;,\\-—]+(?=[\\s])|(\\.{2,})';