<?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[MD5 file]]></title><description><![CDATA[<p dir="auto">friends I have this problem in MD5, how can I fix it with notepad++?</p>
<p dir="auto">tonnyy:a0265d945369cf7ce4e25b1bff091999565781570992c8bd3<br />
angel:dc6e426478b2d29a8e1ad70eb48660f4<br />
perrys:b40a02e54f3c31d8ddc911b18722f773f5aad29dba902755f</p>
<p dir="auto">I need it that way</p>
<p dir="auto">tonnyy:a0265d945369cf7ce4e25b1bff091999<br />
angel:dc6e426478b2d29a8e1ad70eb48660f4<br />
perrys:b40a02e54f3c31d8ddc911b18722f773</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/18675/md5-file</link><generator>RSS for Node</generator><lastBuildDate>Sun, 13 Sep 2026 13:51:22 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/18675.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 27 Dec 2019 13:42:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MD5 file on Sat, 28 Dec 2019 08:18:49 GMT]]></title><description><![CDATA[<p dir="auto">Hello, <a class="plugin-mentions-user plugin-mentions-a" href="/user/chalo-net" aria-label="Profile: chalo-net">@<bdi>chalo-net</bdi></a>, and <strong>All</strong>,</p>
<p dir="auto">Easy with <strong>regular</strong> expressions !</p>
<ul>
<li>
<p dir="auto">Open The <strong>Replace</strong> dialoag ( <strong><code>Ctrl + H</code></strong> )</p>
</li>
<li>
<p dir="auto">SEARCH <strong><code>(?-s)(^.+:[[:xdigit:]]{32}).+</code></strong></p>
</li>
<li>
<p dir="auto">REPLACE <strong><code>\1</code></strong></p>
</li>
<li>
<p dir="auto">Tick the <strong><code>Wrap around</code></strong> option, if necessary</p>
</li>
<li>
<p dir="auto">Select the <strong><code>Regular expression</code></strong> search mode</p>
</li>
<li>
<p dir="auto">Click <strong>once</strong> on the <strong><code>Replace All</code></strong> button or <strong>several</strong> times on the <strong><code>Replace</code></strong> button</p>
</li>
</ul>
<p dir="auto"><strong>Notes</strong> :</p>
<ul>
<li>
<p dir="auto">The first part <strong><code>(?-s)</code></strong> ensures that the <strong>regex</strong> char <strong><code>.</code></strong> will match a <strong>single standard</strong> character, only</p>
</li>
<li>
<p dir="auto">Then the part <strong><code>^.+:</code></strong> searches for the <strong>longest</strong> zone ending with a <strong><code>:</code></strong> character</p>
</li>
<li>
<p dir="auto">Now, the part <strong><code>[[:xdigit:]]{32}</code></strong> simply selects <strong><code>32</code></strong> <strong>hexadecimal</strong> characters</p>
</li>
<li>
<p dir="auto">As the part <strong><code>^.+:[[:xdigit:]]{32}</code></strong> is embedded in <strong>parentheses</strong> , its <strong>present</strong> value is stored as <strong>group <code>1</code></strong>, which will be rewritten, during <strong>replacement</strong></p>
</li>
<li>
<p dir="auto">The final part <strong><code>.+</code></strong>, searching for the <strong>remainder</strong> of each line, is <strong>deleted</strong>, during replacement, as <strong>not</strong> stored in a group</p>
</li>
</ul>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/49460</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/49460</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Sat, 28 Dec 2019 08:18:49 GMT</pubDate></item></channel></rss>