Community
    • Login

    Find the specific word in notpad++

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    4 Posts 3 Posters 1.1k Views 1 Watching
    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 Offline
      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 Online
        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 Offline
          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 Online
            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

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            • First post
              Last post
            The Community of users of the Notepad++ text editor.
            Powered by NodeBB | Contributors