powered by
TRUE
str
suffix
FALSE
pystr_endswith(str, suffix, start = 1, end = nchar(str))
start
end
pystr_startswith
pystr_endswith("selfie.jpg", ".jpg") pystr_endswith("selfie.jpg", ".png") pystr_endswith("hello world", "ello", 1, 5)
Run the code above in your browser using DataLab