pmonks / rencg

A micro-library for Clojure that provides first class support for named-capturing groups in regular expressions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate adding ncg equivalent of re-seq

pmonks opened this issue · comments

There may be users of this library who also want a named-capturing group equivalent of clojure.core/re-seq. This issue is to look into whether that's possible, and if so to implement it.