Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5645
    shaohao
    Member

    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.

    #5646
    CaptainFlint
    Participant

    Allow regular expressions to match new-lines (Customize -> Search).

    #8514
    derekcohen
    Participant

    I 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

    #8522
    ToadLoadin
    Member

    Hi Derek,

    You can check “Multiline” option on Find or Replace dialogue, then the text box will expand to multiline.

    Wish that helps. :-)

    toadloading

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.