Skip to main content

re-matches

functionv1.0

clojure.core/re-matches

Available in:BBCLJCLJS
(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.

No examples yet. Be the first to add one!