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