Function: s-ends-with-p

s-ends-with-p is a function alias for s-ends-with?, defined in s.el.

Signature

(s-ends-with-p SUFFIX S &optional IGNORE-CASE)

Documentation

Does S end with SUFFIX?

If IGNORE-CASE is non-nil, the comparison is done without paying attention to case differences.

Alias: s-suffix?

Aliases

s-suffix-p s-suffix? s-ends-with-p