I've implemented this search and replace function:
<sandr "\alpha+~=" "(@suffixproc\\=0,\1)" $inWord>
that turns:
theWord~
into:
(@suffixproc\=0,theWord)
Now I'm trying to figure out the reverse function? That is, what rex expression in a call to sandr would turn
(@suffixproc\=0,theWord)
into
theWord~
Thanks, as usual, for your help.
<sandr "\alpha+~=" "(@suffixproc\\=0,\1)" $inWord>
that turns:
theWord~
into:
(@suffixproc\=0,theWord)
Now I'm trying to figure out the reverse function? That is, what rex expression in a call to sandr would turn
(@suffixproc\=0,theWord)
into
theWord~
Thanks, as usual, for your help.