hasUnicodeWord property

bool hasUnicodeWord

Implementation

bool get hasUnicodeWord {
  return reHasUnicodeWord.hasMatch(this);
}