mirror of
https://github.com/h7x4/Jisho-Study-Tool.git
synced 2024-12-21 21:47:29 +01:00
2 lines
62 B
Dart
2 lines
62 B
Dart
final kanjiRegex = RegExp(r'\p{Script=Hani}', unicode: true);
|