Community
    • Login

    Find & Replace question with RegEx solution

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    2 Posts 1 Posters 947 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.
    • JustinJudoJ Offline
      JustinJudo
      last edited by PeterJones

      I have a URL that is like so:

      https://preview.redd.it/7zssyhn54gxa1.jpg?blah_blah
      

      I need the word ‘preview’ replaced with the letter i (lowercase I). And then everything after the ? replaced with nothing. Actually I need the question mark to be deleted as well.

      This is the end result I need:

      https://i.redd.it/7zssyhn54gxa1.jpg
      

      Fixing just 1 URL like this would be very simple but I have multiple URLs with this pattern. They are all on separate lines. I’d appreciate any help I can get.

      -–

      moderator added code markdown around text; please don’t forget to use the </> button to mark example text as “code” so that characters don’t get changed by the forum

      JustinJudoJ 1 Reply Last reply Reply Quote 0
      • JustinJudoJ Offline
        JustinJudo @JustinJudo
        last edited by JustinJudo

        I did some googling and found a RegEx solution:

        Find:

        \?.*$
        

        Replace with:
        (null)

        1 Reply Last reply Reply Quote 0

        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