Skip to main content

re-seq

functionv1.0

clojure.core/re-seq

Available in:BBCLJCLJS
(re-seq [re s])
Returns a lazy sequence of successive matches of pattern in string, using java.util.regex.Matcher.find(), each such match processed with re-groups.

No examples yet. Be the first to add one!