Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 270 Bytes

re-seq.md

File metadata and controls

17 lines (13 loc) · 270 Bytes
name see also
cljs.core/re-seq
cljs.core/re-find
cljs.core/re-pattern
cljs.core/re-matches
cljs.core/subs
clojure.string/split

Summary

Details

Returns a lazy sequence of successive matches of regex re in string s.

Examples