NumPy

Previous topic

numpy.char.chararray.rsplit

Next topic

numpy.char.chararray.searchsorted

This is documentation for an old release of NumPy (version 1.19). Read this page in the documentation of the latest stable release (version 2.2).

numpy.char.chararray.rstrip

method

chararray.rstrip(self, chars=None)

For each element in self, return a copy with the trailing characters removed.

See also

char.rstrip