Function: s-matches-p
s-matches-p is a for s-matches?, defined in s.el.
Signature
(s-matches-p REGEXP S &optional START)
Documentation
Does REGEXP match S? If START is non-nil the search starts at that index.
This is a simple wrapper around the built-in string-match-p.