alphabetWithDmark property

RegExp alphabetWithDmark
getter/setter pair

Implementation

static RegExp alphabetWithDmark = RegExp(
  '([$toNormalizeViChars])([$dmarkClass])',
  unicode: true,
);