numpy.char.chararray.isalnum#

方法

char.chararray.isalnum()[source]#

如果字串中所有字元都是字母數字且至少有一個字元,則為每個元素傳回 true,否則傳回 false。

參見

char.isalnum