I am trying to replace a XML file with few strings. My text can be in the following formats.
>myText<
>This is myText<
>This is myText and I need it changed<
I am trying to build a regex to catch the phrase only in the text of the XML tags so the text should be between > and < tags.