REPLACE_REGEXPR(PCRE => pcre,
VALUE => arg1,
WITH => arg2,
RESULT_LENGTH => res,
OCCURRENCE => occ,
CASE_SENSITIVE => case,
SINGLE_LINE => bool,
MULTI_LINE => bool,
UNGREEDY => bool)
Reversing Characters
replace_regexpr(
pcre => '(.?)(.?)(.?)(.?)(.?)(.?)(.?)(.?)',
value => status,
with => '\8\7\6\5\4\3\2\1',
result_length => 8) as mirroredStatus