java.util.regex adapter for IPatternEngine.
The default engine. Pure promoters (flags->bitmask, ->matches) carry the
logic; the record is a thin Result-returning shell over them.
java.util.regex adapter for IPatternEngine. The default engine. Pure promoters (`flags->bitmask`, `->matches`) carry the logic; the record is a thin Result-returning shell over them.
(->matches regex subject)Every occurrence of compiled REGEX in SUBJECT, subject-ordered and non-overlapping, as Match maps.
Every occurrence of compiled REGEX in SUBJECT, subject-ordered and non-overlapping, as Match maps.
(compile-pattern {:pattern/keys [expr flags] :as pattern})Result<java.util.regex.Pattern> for PATTERN. A flag this engine cannot honour is an error, never a silent drop.
Result<java.util.regex.Pattern> for PATTERN. A flag this engine cannot honour is an error, never a silent drop.
(flags->bitmask flags)The java.util.regex bitmask for FLAGS. Monotone: adding a flag only ever turns bits on.
The java.util.regex bitmask for FLAGS. Monotone: adding a flag only ever turns bits on.
Every Flag this engine honours.
Every Flag this engine honours.
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 |