(expand-with-character-classes s)
Take a collection of characters and return a string representing the concatenation of the Java regex characters, including the use character classes wherever possible without conformance loss. This function is not designed for performance and should be called to prepare systems prior to the handling of HTTP requests.
Take a collection of characters and return a string representing the concatenation of the Java regex characters, including the use character classes wherever possible without conformance loss. This function is not designed for performance and should be called to prepare systems prior to the handling of HTTP requests.
(int-range n1 n2)
Range between n1 (inclusive) and n2 (inclusive)
Range between n1 (inclusive) and n2 (inclusive)
(partition-into-ranges-fj coll)
Find consecutive number sequences. O(log n)
Find consecutive number sequences. O(log n)
(partition-into-ranges-iter coll)
Find consecutive number sequences. O(n)
Find consecutive number sequences. O(n)
(as-regex-str _)
Return a string that represents the Java regex
Return a string that represents the Java regex
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close