hasUnicode function

bool hasUnicode(
  1. String string
)

Implementation

bool hasUnicode(String string) => reHasUnicode.hasMatch(string);