aloha. I would like so suggest an addition for the /filter alias which is the following:
/filter alias with a flag to force /filter to deal with the matched text using identifiers. examples (let's say the flag is m):
My current window has the following:
//window @@ | tokenize 32 test tezt | aline @@ $*
wildcards:
/filter -m @@ @@ $replace(*z?,z,s)
That would replace the match (which is tezt) and replace the z into s
regexp:
/filter -gm @@ @@ $regsubex(tezt,/(?<=^)([^z]*+)z((?1))/,\1s\2)
same as above but supports $reg* identifiers.
The main idea of this addition is to make /filter more handy/one-way alias. hope you like it, thanx.
blink,