numpy.char.chararray.islower#

方法

char.chararray.islower()[源代码]#

如果字符串中所有带大小写区分的字符均为小写且至少有一个带大小写区分的字符,则返回每个元素的 True,否则返回 False。

另请参阅

char.islower