Community
    • Login

    Find the specific word in notpad++

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    4 Posts 3 Posters 426 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.
    • Dark LightD
      Dark Light
      last edited by

      hi guys i have list for example

      Ali123
      A1234
      Ali123.
      Ali123123
      Ali123456
      David123

      i want notpad find just (any word +123)
      the result this:
      Ali123
      David123

      but notpad find all 123 in show result sorry my english bad i hope anyone help me

      Alan KilbornA Silent_MacjediS 3 Replies Last reply Reply Quote 0
      • Alan KilbornA
        Alan Kilborn @Dark Light
        last edited by

        @Dark-Light

        Try:

        Find what box: \w+?123
        Search mode radiobuttons: press Regular expression

        Learn to answer questions of this kind yourself in the future; start reading HERE and also check out the N++ user manual’s searching section HERE.

        1 Reply Last reply Reply Quote 0
        • Silent_MacjediS
          Silent_Macjedi @Dark Light
          last edited by

          Hi @Dark-Light

          You can also try;

          (?<=[A-Z])123$
          

          Please, do not forget to select “Regular expression” in Search Mode

          Regards.
          Hüseyin Çağlar

          1 Reply Last reply Reply Quote 3
          • Alan KilbornA
            Alan Kilborn @Dark Light
            last edited by

            @Dark-Light

            I misread the problem statement; @Silent_Macjedi 's answer is more accurate for the stated need than mine, please use that.

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