reHasUnicode top-level property
Used to detect strings with zero-width joiners or code points from the astral planes.
Implementation
final reHasUnicode = RegExp(r"[$rsZWJ$rsAstralRange$rsComboRange$rsVarRange]");
Used to detect strings with zero-width joiners or code points from the astral planes.
final reHasUnicode = RegExp(r"[$rsZWJ$rsAstralRange$rsComboRange$rsVarRange]");