Regex.jit

bool jit(uint flags)

If the platform supports JITing, JIT compiles regex.

Parameters

flagsPCRE2 JIT flags, or 0

Returns

true if JITing succeeded (or PCRE2 was built without

JIT support), or false with error filled in

Throws

[ErrorWrap]