ClojureDocs

导航

命名空间

re-matches

clojure.core

自 1.0 起可用 ()
  • (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.