rePunctuationSelector constant Null safety
Matches all mid-sentence punctuation.
Implementation
static const rePunctuationSelector =
'(?<=$reWordChars|\\s)[:;,\\-—]+(?=[\\s])|(\\.{2,})';
Matches all mid-sentence punctuation.
static const rePunctuationSelector =
'(?<=$reWordChars|\\s)[:;,\\-—]+(?=[\\s])|(\\.{2,})';