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