(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
No examples yet. Be the first to add one!
(re-seq [re s])No examples yet. Be the first to add one!