How can I replce string with another string except string between [E] and [/E]
for example: In This string
$Text="Hi how Are you [E] A A A [/E] Fine A A [E] A any text A [/E]";
I want to replce A with B but ignore A letter that between [E] and [/E]
How can i do that ?
