I thought of one other possible change for regex plugin, it would be
nice if we could use optionally use cbx("@function", args) for script
name in regex.pcreReplaceCallback. Currently, the script must be
specified as "."++scriptname++"@function" and it isn't possible to
send arguments. The plugin sends a pointer to the array. That could be
the first argument if user specifies multiple arguments, or the only
argument if no arguments are specified.
Regards,
Sheri