-
chararray.islower()
[source] -
Returns true for each element if all cased characters in the string are lowercase and there is at least one cased character, false otherwise.
See also
char.islower
chararray.islower()
2017-01-10 18:07:46
chararray.islower()
[source]
Returns true for each element if all cased characters in the string are lowercase and there is at least one cased character, false otherwise.
See also
char.islower
Please login to continue.