Function: org-string-match-p

org-string-match-p is a function alias for string-match-p, defined in subr.el.gz.

This function is obsolete since 9.0; use string-match-p instead.

Signature

(org-string-match-p REGEXP STRING &optional START)

Documentation

Same as string-match except this function does not change the match data.

Aliases

org-string-match-p (obsolete since 9.0)