numpy.char.chararray.islower#

方法

char.chararray.islower()[source]#

如果字符串中所有大小写字符都是小写,并且至少有一个大小写字符,则对每个元素返回 True,否则返回 False。

另请参见

char.islower