rePunctuationSelector constant Null safety

String const rePunctuationSelector

Matches all mid-sentence punctuation.

Implementation

static const rePunctuationSelector =
    r"[\!:;,\-—.]+(?=[^a-zA-Z0-9À-öø-ÿ¥Œ€@™#-\&_\'-]|$)";