$remtok
From Scriptwiki
Removes the Nth matching token from text.
$remtok(text,token,N,C)
Example
echo -ag $remtok(This is a moo test, moo, 1, 32)
This echo's This is a test, as moo is removed from the text.
Removes the Nth matching token from text.
$remtok(text,token,N,C)
echo -ag $remtok(This is a moo test, moo, 1, 32)
This echo's This is a test, as moo is removed from the text.