Community
    • Login

    Replace tilde (~) with headword

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    22 Posts 5 Posters 2.1k 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.
    • guy038G
      guy038
      last edited by guy038

      Hi, @glossar,

      Ah… OK ! If you want to get rid of the \ character, as well, just use this modified version of the second regex :

      • SEARCH (?s)\x20\K\\~(?=.+?^(\w+))|^\w+\R(?=\w+|\Z)

      • REPLACE ?1\1

      BR

      guy038

      glossarG 1 Reply Last reply Reply Quote 1
      • glossarG
        glossar @guy038
        last edited by

        @guy038

        Hi guy!

        Thank you for effort.

        FYI, I’ve applied this last one as well as the second one on another file. Sadly, both didn’t work well, leaving 10K-20K tildes behind.

        Greetings,
        glossar

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