Hi. I need some help putting together a regExp pattern for a string replace.
I want to remove the parts of a string that
- Starts with “<foo” and ends with “>”
- Equals “</foo>”
How would that pattern look?
Hi. I need some help putting together a regExp pattern for a string replace.
I want to remove the parts of a string that
How would that pattern look?
:: Copyright KIRUPA 2024 //--