numpy.core.defchararray.chararray.endswith
- 
chararray.endswith(suffix, start=0, end=None)[source]
- 
Returns a boolean array which is Truewhere the string element inselfends withsuffix, otherwiseFalse.See also char.endswith
    © 2008–2016 NumPy Developers
Licensed under the NumPy License.
    https://docs.scipy.org/doc/numpy-1.11.0/reference/generated/numpy.core.defchararray.chararray.endswith.html