TypeScript API Documentation for VTE
API Version: 3.91
Library Version: 0.84.1
Generated with TypeDoc via ts-for-gir v5.2.0
Static
If the platform supports JITing, JIT compiles regex.
regex
PCRE2 JIT flags, or 0
true if JITing succeeded (or PCRE2 was built without JIT support), or false with error filled in
true
false
error
GLib.Error
Increases the reference count of regex by one.
Since 0.56
See man:pcre2api(3) and man:pcre2_substitute(3) for more information.
the subject string
the replacement string
PCRE2 match flags
the substituted string, or null if an error occurred
null
0.56
Decreases the reference count of regex by one, and frees regex if the refcount reaches zero.
If the platform supports JITing, JIT compiles
regex.