Specifies the type of the function passed to Regex.replaceEval. It is called for each occurrence of the pattern in the string passed to Regex.replaceEval, and it should append the replacement to result.
FALSE to continue the replacement process, TRUE to stop it
2.14
Specifies the type of the function passed to Regex.replaceEval. It is called for each occurrence of the pattern in the string passed to Regex.replaceEval, and it should append the replacement to result.