(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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |