i want to searc a specific part in a string and change it for example


(hello(world(how are you)today )are u fine)

i want to change all are's with A

result

(hello(world(how A you)today )A u fine)

how can i do such a thing?