Community
    • Login

    Search and replace problem

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    3 Posts 2 Posters 483 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.
    • Mike CustoderoM
      Mike Custodero
      last edited by Mike Custodero

      Hello fellow Notepad++ Users,

      Could you please help me with the following search-and-replace problem I am having?

      I have a file with a list of ham radio users in the following format:

      2220001,IK0YYY,Luca_Roma_Lazio_2220001
      2220002,IK0YYY,Luca_Roma_Lazio_2220002
      2220003,IW0BEC,Eugenio_Roma_Lazio_2220003
      2220004,IT9LRZ,Giovanni_Roma_Lazio_2220004

      I need to remove the last underscore and the adjacent 7-digit number so that the end risult will be:

      2220001,IK0YYY,Luca_Roma_Lazio
      2220002,IK0YYY,Luca_Roma_Lazio
      2220003,IW0BEC,Eugenio_Roma_Lazio
      2220004,IT9LRZ,Giovanni_Roma_Lazio

      Obviously I’m not very expert with expressions so any help will be much appreciated.
      Thank you

      Mike

      PeterJonesP 1 Reply Last reply Reply Quote 0
      • PeterJonesP
        PeterJones @Mike Custodero
        last edited by

        @mike-custodero ,

        FIND = _\d{7}
        REPLACE = empty
        SEARCH MODE = regular expression

        ----

        Useful References

        • Please Read Before Posting
        • Template for Search/Replace Questions
        • FAQ: Where to find regular expressions (regex) documentation
        • Notepad++ Online User Manual: Searching/Regex
        Mike CustoderoM 1 Reply Last reply Reply Quote 3
        • Mike CustoderoM
          Mike Custodero @PeterJones
          last edited by

          @peterjones

          Thank you so much
          Mike

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