PCRE2 JIT flags, or 0
See man:pcre2api(3) and man:pcre2_substitute(3) for more information.
the subject string
the replacement string
PCRE2 match flags
Compiles pattern
into a regex for use as a match regex
with vte_terminal_match_add_regex() or
vte_terminal_event_check_regex_simple().
See man:pcre2pattern(3) for information about the supported regex language.
The regex will be compiled using flags
.
a regex pattern string
the length of pattern
in bytes, or -1 if the string is NUL-terminated and the length is unknown
PCRE2 compile flags
Compiles pattern
into a regex for use as a search regex
with vte_terminal_search_set_regex().
See man:pcre2pattern(3) for information about the supported regex language.
The regex will be compiled using flags
.
a regex pattern string
the length of pattern
in bytes, or -1 if the string is NUL-terminated and the length is unknown
PCRE2 compile flags
If the platform supports JITing, JIT compiles
regex
.