Community
    • Login

    Extracting text between two strings

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    3 Posts 2 Posters 846 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Sanjeev SharmaS
      Sanjeev Sharma
      last edited by

      Hi.
      I have many files containing raw data and all files contain certain information between two constant strings.

      E.g.

      Info in 1st file
      Going to Hawaii?
      Try this all in one package including fight tickets
      Hotel stay in Honolulu
      extra bed for kids
      Beach excursion
      Free meals
      Book now

      Info in 2nd file
      Going to Hawaii?
      Try this customized package
      Hotel stay with free breakfats
      extra bed with extra charges
      meals at Menu rates minus 20%
      paid car rentals
      Book now

      If I have to extract data between the strings “Try this” and “Book now” , how can I do this in Notepad++?

      I am new to Notepad++ as well as to coding. So please guide me in simple way.

      Alan KilbornA 1 Reply Last reply Reply Quote 0
      • Alan KilbornA
        Alan Kilborn @Sanjeev Sharma
        last edited by

        @Sanjeev-Sharma

        You can “mark” the text and then copy the marked text.
        Here’s an example of how to do that:

        Find: (?s)Try this \K.*?(?=Book now)

        81eb47c0-bfaf-4bab-8346-f6d4f03db7f7-image.png

        Press Mark All to get:

        7d65b26c-8b45-48e9-b66b-55d78c9875d1-image.png

        Press Copy Marked Text.

        1 Reply Last reply Reply Quote 1
        • Sanjeev SharmaS
          Sanjeev Sharma
          last edited by

          Thanks. It helped. :)

          1 Reply Last reply Reply Quote 1
          • First post
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors