numpy.char.chararray.isalpha#

方法

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

如果字符串中的所有字符都是字母且至少有一个字符,则返回每个元素的 True 值,否则返回 False。

另请参见

char.isalpha