<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Move id number to the left side]]></title><description><![CDATA[<p dir="auto">Hi Everyone,</p>
<p dir="auto">I have example text file like this:</p>
<p dir="auto">UJANG M.KOM,12345678901<br />
UDIN,12345678902<br />
MAMAT BINTI MUMUT,12345678909<br />
ASEP BIN MAHFUD, S.H,12345678908<br />
BUDI BIN MA’AD,  S.E,12345678907</p>
<p dir="auto">I want to move all of id number of the right side to left side to be like this:</p>
<p dir="auto">12345678901, UJANG M.KOM<br />
12345678902, UDIN<br />
12345678909, MAMAT BINTI MUMUT<br />
12345678908, ASEP BIN MAHFUD, S.H<br />
12345678907, BUDI BIN MA’AD,  S.E</p>
<p dir="auto">Please tell me the way to change like that</p>
<p dir="auto">Thanks</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/25076/move-id-number-to-the-left-side</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 13:02:43 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/25076.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 28 Oct 2023 11:43:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Move id number to the left side on Sat, 28 Oct 2023 11:57:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/deny-firmansyah" aria-label="Profile: Deny-Firmansyah">@<bdi>Deny-Firmansyah</bdi></a> :</p>
<p dir="auto">Find: <code>(?-s)(.*),(\d+)$</code><br />
Replace: <code>${2}, ${1}</code><br />
Search mode: Regular expression</p>
]]></description><link>https://community.notepad-plus-plus.org/post/90151</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/90151</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Sat, 28 Oct 2023 11:57:06 GMT</pubDate></item></channel></rss>