Clint Adams wrote:
is there a tr alike expansion in zsh ? something like : % a=??? % echo ${a(t:???:eee:)} eee
something wrong there : there are accents in my original post :)
i write it again but with a notation 'e = eacute, etc ...
% a="i want to erase accents 'e`e^e^o"
% echo ${a(t:'e`e^e^o:eeeo:)}
i want to erase accents eeeo
this is a better exemple ...
regards