hasUnicodeWord property

bool get hasUnicodeWord

Implementation

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