Public Vars

Back

re-seq (clj)

(source)

function

(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.

Examples