Liking cljdoc? Tell your friends :D
All platforms.

cuerdas.regexp

A regexp helpers and enhancements (mostly for cljs).

A regexp helpers and enhancements (mostly for cljs).
raw docstring

enhaceclj/s

(enhace re)

Enhace the regexp instance with unicode support. This is noop in JVM because it already works perfectly with unicode.

Enhace the regexp instance with unicode support. This is noop
in JVM because it already works perfectly with unicode.
sourceraw docstring

escapeclj/s

(escape s)

Escapes characters in the string that are not safe to use in a RegExp.

Escapes characters in the string that are not safe
to use in a RegExp.
sourceraw docstring

regexp?clj/s

(regexp? x)

Return true if x is a regexp pattern instance.

Return `true` if `x` is a regexp pattern
instance.
sourceraw docstring

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

× close