Skip to main content

re-find

functionv1.0

clojure.core/re-find

Available in:BBCLJCLJS
(re-find [m] [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.

No examples yet. Be the first to add one!