-
chararray.isdecimal()[source] -
For each element in
self, return True if there are only decimal characters in the element.See also
char.isdecimal
chararray.isdecimal()
2025-01-10 15:47:30
chararray.isdecimal() [source]
For each element in self, return True if there are only decimal characters in the element.
See also
char.isdecimal
Please login to continue.