My input is
String input = "I am doing <span id='icms'>test</span>on <span id='icms'>regex</span> exp."
Now My output is coming like
"regex exp"
But my output is needed like this
I am doing test on regex exp
So need help on the regex and matcher.