isPersianDigit
Return a Boolean if the string is a persian digit.
Example:
"۱۵".isPersianDigit // true
"15".isPersianDigit // false
Content copied to clipboard
Since
1.1.0
Return a Boolean if the string is a persian digit.
Example:
"۱۵".isPersianDigit // true
"15".isPersianDigit // false
1.1.0