I made this line of code
mystring= Regex.Replace(mystring, @"\d+IEME", "E"); 
But got a problem because I want to keep the number. Like 7IEME replace to 7E
I made this line of code
mystring= Regex.Replace(mystring, @"\d+IEME", "E"); 
But got a problem because I want to keep the number. Like 7IEME replace to 7E