I have a file in which exist string on different places, I want to replace all those strings. e.g I have “too taa tii” and I want to replace [too] by [tee] and [tii] by [tuu]. As I know, I need to do twice.
Is there any other solution that I can do just only once??
I think these line of code do this:-