Liking cljdoc? Tell your friends :D

automaton-core.adapters.regexp

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
raw docstring

assemble-reclj/s

(assemble-re res)

Assemble regular expressions together Params:

  • res collection of regular expressions
Assemble regular expressions together
Params:
* `res` collection of regular expressions
raw docstring

assemble-re-optionalclj/s

(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 optional
  • prefix (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 = "")
raw docstring

ends-a-stringclj/s


full-sentence-reclj/s

(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
raw docstring

starts-a-stringclj/s


stringifyclj/s

(stringify re)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close