-
chararray.endswith(suffix, start=0, end=None)
[source] -
Returns a boolean array which is
True
where the string element inself
ends withsuffix
, otherwiseFalse
.See also
char.endswith
chararray.endswith()
2017-01-10 18:07:41
chararray.endswith(suffix, start=0, end=None)
[source]
Returns a boolean array which is True
where the string element in self
ends with suffix
, otherwise False
.
See also
char.endswith
Please login to continue.