kHypenations constant

String const kHypenations

Selector for single hyphen characters preceded and followed by a word boundary.

Implementation

static const kHypenations = r'(?<=\b)-{1}(?=\b)';