ClojureDocs

Nav

Namespaces

re-matches

clojure.core

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