1
0
mirror of https://github.com/h7x4/Jisho-Study-Tool.git synced 2025-01-22 02:14:46 +01:00
Jisho-Study-Tool/lib/services/kanji_regex.dart

2 lines
62 B
Dart
Raw Permalink Normal View History

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