Hi Adrian
Thank you, this works perfectly!
I had to do both, use this pattern:
Find:
<p>(.*?)</p>
<figure class="image">
and also uncheck the "Dot matches all"
My best
Gunnar
Search found 2 matches
- Wed Nov 27, 2019 6:59 pm
- Forum: Common Problems
- Topic: Regex not working properly in Find and Replace
- Replies: 2
- Views: 517
- Thu Nov 21, 2019 6:40 pm
- Forum: Common Problems
- Topic: Regex not working properly in Find and Replace
- Replies: 2
- Views: 517
Regex not working properly in Find and Replace
In trying to find and replace a simple HTML code snippet in an EPUB archive which has different text in the <p> container. Using Regex I can do this easily in two other editors (UltraEdit and Visual Studio Code) but Oxygen has issues that make this impossible. What I'm trying to do is add <b> around...