Adapter to regular expressions Seamless access to regular expressions between cljs and clj Managing both back and frontend to have a seamless experience
Adapter to regular expressions Seamless access to regular expressions between cljs and clj Managing both back and frontend to have a seamless experience
(assemble-re res)
Assemble regular expressions together Params:
res
collection of regular expressionsAssemble regular expressions together Params: * `res` collection of regular expressions
(assemble-re-optional res)
(assemble-re-optional res prefix suffix)
Assemble regular expressions Params:
res
is a list of regular expressions (as #"" or string) and boolean, the boolean tells if the re is optionalprefix
(Optional, default = "")suffix
(Optional, default = "")Assemble regular expressions Params: * `res` is a list of regular expressions (as #"" or string) and boolean, the boolean tells if the re is optional * `prefix` (Optional, default = "") * `suffix` (Optional, default = "")
(full-sentence-re re)
Transform the re to match a whole string Is compatible both with clj and cljs
Transform the re to match a whole string Is compatible both with clj and cljs
(stringify re)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close