Hey feherke,
thank yo very much it works fine to this point :)
now i want to put a LOOP variable into the regex like
for(i=1;i<=5,i++){
gsub(/\yoldi\y/,"new"i)
}
but it doesnt work, it always makes the i part of the String like "i" and not the reference to the number (1-5) of the...