I want to match the text:
aabb
xxxxx
xxxxx
xxxxx
...
ccdd
using my Regular Expression:
aabbn(.*n)+ccdd
Unfortunately, I found “(.*n)+” did not work on EmEditor.
But UltraEdit can do it very well with Unix style re. UE support Perl styel, Unix style and UltraEdit style Regular Expression syntax. I guess EE use Perl style Regular Expression.