- An addition to /filter to be able to modify "on the fly" the lines filtered before the final output. It would need a custom alias (identifier) that returns the final line

- The ability to perform real callbacks modifications in the $regsub subsitution-text field. For example: $regsub(a b c,(b),$upper(\1),%v) just works like $regsub(a b c,(b),\1,%v) : we can't perform modifications to the matched strings. (i guess that this change isn't as easy as it seems)

Thanks


; sax