ends-with?
function
babashka.fs/ends-with?
(ends-with? [this other])Returns `true` if path `this` ends with path `other` via [Path#endsWith](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/Path.html#endsWith(java.nio.file.Path)).
See also: [[starts-with?]]
Examples
No examples yet. Be the first to add one!