• (contains? s substring)
True if s contains the substring.

0 Examples top

Log in to add / edit an example.

See Also top

Log in to add a see also.

Plus_12x12 Minus_12x12 Source clojure/contrib/str_utils2.clj:367 top

(defn ^String contains?
  "True if s contains the substring."
  [^String s substring]
  (.contains s substring))
Vars in clojure.contrib.str-utils2/contains?: contains? defn
Used in 0 other vars

Comments top

No comments for contains?. Log in to add a comment.