easternArabicNumeralsRegex top-level property
A regular expression to detect Eastern Arabic Numerals (i.e. ٠١٢٣٤٥٦٧٨٩
).
Implementation
final easternArabicNumeralsRegex = RegExp(easternArabicNumeralsUnicodeRange);
A regular expression to detect Eastern Arabic Numerals (i.e. ٠١٢٣٤٥٦٧٨٩
).
final easternArabicNumeralsRegex = RegExp(easternArabicNumeralsUnicodeRange);