Liking cljdoc? Tell your friends :D

hive-system.pattern.regex

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.
raw docstring

->matchesclj

(->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.
sourceraw docstring

compile-patternclj

(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.
sourceraw docstring

flags->bitmaskclj

(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.
sourceraw docstring

make-engineclj

(make-engine)

A stateless regex engine.

A stateless regex engine.
sourceraw docstring

supported-flagsclj

Every Flag this engine honours.

Every Flag this engine honours.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close