Return True if the string ends with the specified suffix, otherwise returnFalse. suffix can also be a tuple of suffixes to look for. With optionalstart, test beginning at that position. With optional end, stop comparingat that position.
Return True if the string ends with the specified suffix, otherwise returnFalse. suffix can also be a tuple of suffixes to look for. With optionalstart, test beginning at that position. With optional end, stop comparingat that position.