On 05/12/2019, at 14:30, cosmo <[email protected] <mailto:[email protected]>> wrote: > Just to clarify, i am looking for a way to find and delete specific tags ONLY > while preserving all other tags, including those contained WITHIN the tags i > want to remove. So for the above example the output i'm looking for is:
Hey Cosmo, Aha! Okay, that's doable. Try this: Find: <structured-content[^>]+>(.+?)</structured-content> Replace: \1 -- Best Regards, Chris -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <https://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/bbedit. To view this discussion on the web visit https://groups.google.com/d/msgid/bbedit/92852449-EDAF-4D6C-BFB4-4ED133E80B3D%40suddenlink.net.
