Function: s-prefix-p

s-prefix-p is a for s-starts-with?, defined in s.el.

Signature

(s-prefix-p PREFIX S &optional IGNORE-CASE)

Documentation

Does S start with PREFIX?

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

Alias: s-prefix?. This is a simple wrapper around the built-in string-prefix-p.

Aliases

s-prefix-p s-starts-with-p s-prefix?