Community
    • Login

    A regex question

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    2 Posts 2 Posters 165 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.
    • ꧁ Jijo꧂꧁
      ꧁ Jijo꧂
      last edited by

      Hello,

      I have a lot of lines like this :
      dada#1191 (dodo) and a sentence here [a word]

      I need to keep only this for each lines :
      dada#1191 (dodo)

      And to remove the “()”
      dada#1191 dodo

      Do you know a way please ?

      1 Reply Last reply Reply Quote 0
      • guy038G
        guy038
        last edited by

        Hello, @jijo,

        Easy with regexes !

        So, open the Replace dialog ( Ctrl + H )

        • SEARCH (data#1191 )\(dodo\).+

        • REPLACE \1dodo

        • Tick the Wrap aound option

        • Select the Regular expression search mode

        • Click once on the Replace All button

        Voila !

        Best Regards

        guy038

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