0

I'm attempting to remove the entire anchor tag and its contents. This would leave me the text that follows.

Initial String:

<a>Text inside</a> Some text that follows

Expected:

Some text that follows

I've been getting conflicting answers on how lookbacks work and don't work in the current state of JavaScript.

I've looked here and other places, but when implimenting a lookback, I run into issues. Every regex generator I use says its not supported in JavaScript.

Dave.Q
  • 369
  • 1
  • 6
  • 21

0 Answers0