Skip to main content

of-string*

function

rewrite-clj.zip/of-string*

(of-string* [s] [s opts])
Create and return zipper from all forms in Clojure/ClojureScript/END string `s`, and do no automatic move. See [[of-string]] for same but with automatic move to first interesting node. Optional `opts` can specify: - `:track-position?` set to `true` to enable ones-based row/column tracking, see [docs on position tracking](/doc/01-user-guide.adoc#position-tracking). - `:auto-resolve` specify a function to customize namespaced element auto-resolve behavior, see [docs on namespaced elements](/doc/01-user-guide.adoc#namespaced-elements)

No examples yet. Be the first to add one!