Liking cljdoc? Tell your friends :D

net.cgrand.regex

A DSL for people who prefer verbose, maintenable regexes to terse now-you-have-two-problems ones.

A DSL for people who prefer verbose, maintenable regexes to terse 
now-you-have-two-problems ones.
raw docstring

!digitclj

source

!spaceclj

source

!wordcharclj

source

*clj

(* & specs)
source

+clj

(+ & specs)
source

?clj

(? & specs)
source

?!clj

(?! frag)
source

?=clj

(?= frag)
source

anyclj

source

digitclj

source

execclj

(exec re s)
source

letmapcljmacro

(letmap & bindings)
source

posixclj

source

regexclj

(regex & specs)
source

regex*clj

(regex* spec)
source

RegexValuecljprotocol

firstsclj

(firsts this)

groupnamesclj

(groupnames this)

Returns a seq of all group names used in this regex.

Returns a seq of all group names used in this regex.

match-empty?clj

(match-empty? this)

patternclj

(pattern this)

Returns the pattern represented by this value.

Returns the pattern represented by this value.
source

repeatclj

(repeat spec)
(repeat spec min)
(repeat spec min max)
source

spaceclj

source

wordcharclj

source

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

× close