numpy.char.chararray.split

方法

char.chararray.split(sep=None, maxsplit=None)[源代码]

对于中的每个元素 self ,返回字符串中的单词列表,使用 sep 作为分隔符字符串。

参见

char.split