Community
    • Login

    Move id number to the left side

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    2 Posts 2 Posters 187 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.
    • Deny FirmansyahD
      Deny Firmansyah
      last edited by

      Hi Everyone,

      I have example text file like this:

      UJANG M.KOM,12345678901
      UDIN,12345678902
      MAMAT BINTI MUMUT,12345678909
      ASEP BIN MAHFUD, S.H,12345678908
      BUDI BIN MA’AD, S.E,12345678907

      I want to move all of id number of the right side to left side to be like this:

      12345678901, UJANG M.KOM
      12345678902, UDIN
      12345678909, MAMAT BINTI MUMUT
      12345678908, ASEP BIN MAHFUD, S.H
      12345678907, BUDI BIN MA’AD, S.E

      Please tell me the way to change like that

      Thanks

      Alan KilbornA 1 Reply Last reply Reply Quote 0
      • Alan KilbornA
        Alan Kilborn @Deny Firmansyah
        last edited by

        @Deny-Firmansyah :

        Find: (?-s)(.*),(\d+)$
        Replace: ${2}, ${1}
        Search mode: Regular expression

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