util/named-group-regexp

Members

(static) namedGroupRE

Regular Expression to identify a capture group in PCRE formats (?<name>regex), (?'name'regex) or (?P<name>regex) (see regular-expressions.info/refext.html)

Properties:
Name Type Description
namedGroupRE RegExp
Source:

(static) pattern

String representation of the exported Regular Expression; we construct this RegExp from a string to enable more detailed annotation and permutation

Properties:
Name Type Description
pattern String
Source: