I'm trying to generate a series of regular expressions to remove unwanted html from converted .docx to .html.
Most of the patterns I have generated work but...
How do I match all the content between and including <style> then several lines then </style>
I've tried <style*</style> and <style>[*^p]</style> with no success.
It seems I don't understand how to include all text including all the new lines.
I'm using the UltraEdit regular expression syntax.
Any help would be appreciated. (I'm a bit new to regular expressions in Ultraedit)
Thanks
Most of the patterns I have generated work but...
How do I match all the content between and including <style> then several lines then </style>
I've tried <style*</style> and <style>[*^p]</style> with no success.
It seems I don't understand how to include all text including all the new lines.
I'm using the UltraEdit regular expression syntax.
Any help would be appreciated. (I'm a bit new to regular expressions in Ultraedit)
Thanks