isPersianDigit

val String.isPersianDigit: Boolean

Return a Boolean if the string is a persian digit.

Example:

"۱۵".isPersianDigit // true
"15".isPersianDigit // false

Since

1.1.0