On this page
numpy.char.chararray.rsplit
method
chararray.rsplit(self, sep=None, maxsplit=None)-
For each element in
self, return a list of the words in the string, usingsepas the delimiter string.See also
char.rsplit
© 2005–2019 NumPy Developers
Licensed under the 3-clause BSD License.
https://docs.scipy.org/doc/numpy-1.17.0/reference/generated/numpy.char.chararray.rsplit.html