pcrs_job.Execpcrs_job.Exec — applies a compiled pattern substitution to a subject
string.
pcrs_job.Exec(subject, length?=-1)
subjectA subject string for substitution.
lengthThe length of the subject string. Entering -1
(the default) for this parameter will cause the length of the
subject string to be automatically computed.
On success, the new string with the substitutions applied. On failure, an error list with three elements:
This method of the pcrs_job class applies a previously
compiled pattern substitution to a subject string.