Community
    • Login

    Replace Comma Before & After All 13 Digit Numbers

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    3 Posts 2 Posters 1.4k 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.
    • BecauseICanTBHB Offline
      BecauseICanTBH
      last edited by

      I am looking to replace the comma after all 13 digit numbers in a document.

      Example:
      ,1490998078635,

      End Goal:
      |1490998078635|

      How exactly would I do that in the find & replace tool?

      1 Reply Last reply Reply Quote 0
      • Terry RT Offline
        Terry R
        last edited by

        @BecauseICanTBH
        I note you said replace the comma AFTER all 13 digits (in the post), yet the example you provided suggested you want to change the comma BOTH before and after as per the post heading.
        If there are exactly 13 digits everytime then the following Replace solution should suffice.
        Find What:,(\d{13}),
        Replace With:\|\1\|
        This is a regular expression so the Replace settings must be search mode ‘regular expression’ and have the ‘wrap around’ ticked.

        Give it a go and get back to us if any issues.

        Terry

        1 Reply Last reply Reply Quote 3
        • BecauseICanTBHB Offline
          BecauseICanTBH
          last edited by

          Worked! Thanks a lot!

          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