Jisho-Study-Tool/lib/services/kanji_regex.dart

2 lines
62 B
Dart

final kanjiRegex = RegExp(r'\p{Script=Hani}', unicode: true);