I need help in removing the text between 2 characters including the delimiters. There will be multiple occurrences in the string with text in various lengths.
Example of text:
<p>apple</p><p>orange</p>Result should be:
appleorangeThank you!
I need help in removing the text between 2 characters including the delimiters. There will be multiple occurrences in the string with text in various lengths.
Example of text:
<p>apple</p><p>orange</p>Result should be:
appleorangeThank you!