RH2020 Update 5 - Problem with Search with Regular Expression in Source Code
Hi all,
I am using RH2020 Update 5 and trying to fix some of my code in the source code. For this, I wanted to use a regular expression. The expression itself seems to be correct (at least, I get the desired results when using it in Notepad++), but the search in RH only keeps on running without returning any results. I tried it with the complete project and also only with one topic open.
Do I have to create the RegEx somehow different? Is anyone else having issues here?
This is my RegEx:
(?!.*vertical-align).*span style*What I am trying to achieve with this is to find all <span style tags except those containing vertical-align (because these are my variables).
I have the following settings in the search:

Thanks and best regards
Karin
