- AuthorPosts
- April 7, 2008 at 12:58 pm #5645shaohaoMember
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.April 7, 2008 at 1:19 pm #5646CaptainFlintParticipantAllow regular expressions to match new-lines (Customize -> Search).
May 25, 2010 at 5:57 am #8514derekcohenParticipantI want to replace some text that spans multiple lines with some other text. If I copy the text across the lines I can’t then paste it into the find box even though Use regular Expressions is checked.
I expected that the new lines would be automatically converted into n.
thanks
Derek
May 25, 2010 at 9:26 am #8522ToadLoadinMemberHi Derek,
You can check “Multiline” option on Find or Replace dialogue, then the text box will expand to multiline.
Wish that helps. :-)
toadloading
- AuthorPosts
- You must be logged in to reply to this topic.