numpy.char.chararray.rsplit

方法

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

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

参见

char.rsplit