CompileSubstCompileSubst — compiles a substitution pattern.
static Regex.CompileSubst(pattern)
patternA pattern of the form
s/pattern/substitution/flags.
On success, an instance of pcrs_jobs. On failure, an
error list with three elements:
This method compiles a pattern of the form
s/pattern/substitution/flags.