Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Help about text find and replace

    Help wanted · · · – – – · · ·
    2
    3
    42
    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.
    • Matteo Salviato
      Matteo Salviato last edited by Matteo Salviato

      Hi Guys,
      My name is Matteo nd , if is possible I need your help !!
      I need to change all the lines like this “txt”: “AGUAAAA”, with this thext “txt”: “”,. the word Aguaaaa could be different for every line… could you help me?
      thanks in advance

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

        Hello @matteo-salviato and All,

        Very easy with regular expressions !

        I supposed that your text contents usual double quotes " and not the Unicode chars “ and ” !

        Then :

        • Open the Replace dialog ( Ctrl + H )

        • SEARCH (?-si)"txt":\x20"(.+?)"

        • REPLACE "txt":\x20""

        • Tick the Wrap around option, preferably

        • Select the Regular expression search mode

        • Click on the Replace All button

        Best Regards,

        guy038

        1 Reply Last reply Reply Quote 1
        • Matteo Salviato
          Matteo Salviato last edited by

          @guy038 said in Help about text find and replace:

          Open the Replace dialog ( Ctrl + H )

          SEARCH (?-si)“txt”:\x20"(.+?)"

          REPLACE “txt”:\x20""

          Tick the Wrap around option, preferably

          Select the Regular expression search mode

          Click on the Replace All button

          Thanks a lot!!! it works very well!!!

          1 Reply Last reply Reply Quote 1
          • First post
            Last post
          Copyright © 2014 NodeBB Forums | Contributors