numpy.chararray.islower — NumPy v1.13 Manual (original) (raw)
- Scipy.org
- Docs
- NumPy v1.13 Manual
- NumPy Reference
- Array objects
- Standard array subclasses
- numpy.chararray
- index
- next
- previous
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