-
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()

2025-01-10 15:47:30
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
Designed by : w10schools
service@w10schools.com
Please login to continue.