public isDigit() as Boolean:
Returns true if all characters are Unicode digits.
true when the string is digit-only and non-empty.
true
assert "123".isDigit() assert "١٢٣".isDigit()