ClojureDocs

Nav

Namespaces

re-find

clojure.core

Available since 1.0 (source)
  • (re-find m)
  • (re-find re s)
Returns the next regex match, if any, of string to pattern, using
java.util.regex.Matcher.find().  Uses re-groups to return the
groups.