Primary
endswith() ⚬ᵈᵛ|Documentation|1st|20260121231952-00-⌔
Functions - Dataview#endswithstring-suffix
endswith(string, suffix)Checks if a string ends with the given suffix.
endswith("yes", "es") = true endswith("path/to/something", "something") = true endswith("yes", "ye") = falsePrinted 2026-06-28.
(echo:: @ ᯤ)
Link to original
Secondary
• • •