ClojureDocs

导航

命名空间

re-find

clojure.core

自 1.0 起提供 (源代码)
  • (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.