Movatterモバイル変換


[0]ホーム

URL:


SciPy

numpy.core.defchararray.rsplit

numpy.core.defchararray.rsplit(a,sep=None,maxsplit=None)[source]

For each element ina, return a list of the words in thestring, usingsep as the delimiter string.

Callsstr.rsplit element-wise.

Except for splitting from the right,rsplitbehaves likesplit.

Parameters:

a : array_like of str or unicode

sep : str or unicode, optional

Ifsep is not specified orNone, any whitespace stringis a separator.

maxsplit : int, optional

Ifmaxsplit is given, at mostmaxsplit splits are done,the rightmost ones.

Returns:

out : ndarray

Array of list objects

Previous topic

numpy.core.defchararray.rpartition

Next topic

numpy.core.defchararray.rstrip

  • © Copyright 2008-2009, The Scipy community.
  • Last updated on Jun 10, 2017.
  • Created usingSphinx 1.5.3.

[8]ページ先頭

©2009-2025 Movatter.jp