Returns the first logical true value of (pred x) for any x in coll,
(defn ^String contains? "True if s contains the substring." [^String s substring] (.contains s substring))
Comments top
No comments for contains?. Log in to add a comment.