Community
    • Login

    find and replace

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    3 Posts 2 Posters 945 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.
    • Ivan KuzmichI Offline
      Ivan Kuzmich
      last edited by

      Hello. I have text like this.
      3h3s2h2s
      3d3h2h2s
      3c3h2h2s
      And i need replace every 3h 3s … to that <img src=“3h.png”><img src=“3s.png”> …
      thank you in advance.

      Meta ChuhM 1 Reply Last reply Reply Quote 0
      • Meta ChuhM Offline
        Meta Chuh moderator @Ivan Kuzmich
        last edited by Meta Chuh

        welcome to the notepad++ community, @Ivan-Kuzmich

        if you have a text like:

        3h3s2h2s
        3d3h2h2s
        3c3h2h2s
        

        open up the notepad++ menu search > replace and enter the following:

        search what: ([0-9][a-z])
        replace with: <img src="$1.png">
        search mode: regular expression

        then either hit replace to replace every occurrence one by one,
        or hit replace all to parse-replace the complete file.

        note: if you have similar conflicting content in your file, select only the part you want to parse-replace and activate in selection before you hit replace all.

        the result will then be:

        <img src="3h.png"><img src="3s.png"><img src="2h.png"><img src="2s.png">
        <img src="3d.png"><img src="3h.png"><img src="2h.png"><img src="2s.png">
        <img src="3c.png"><img src="3h.png"><img src="2h.png"><img src="2s.png">
        

        if your result differs, we would need a real life example of a part of your file.

        best regards.

        1 Reply Last reply Reply Quote 2
        • Ivan KuzmichI Offline
          Ivan Kuzmich
          last edited by

          Awesome. thank you!

          1 Reply Last reply Reply Quote 1

          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