<?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[MultiReplace Now Supports Lookup Files!]]></title><description><![CDATA[<p dir="auto">MultiReplace now supports external lookup files since version 4.2.0.22, making it easier to separate long replacement lists from replacement settings.</p>
<p dir="auto">Lookups are essential for efficient data standardization, cleanup, and anonymization. Instead of managing everything inside MultiReplace Lists, just reference an external file which is cleaner, more structured, and easier to maintain.</p>
<p dir="auto">There are two ways of using lkp. Here’s how it works:</p>
<p dir="auto"><em>Lookup File: <code>countries.lkp</code></em></p>
<pre><code class="language-lua">return {
    { {"DE", "GER"}, "Germany" },
    { {"US", "U.S.", "USA"}, "United States" },
    { {"FR", "FRA"}, "France" },
    { "IT", "Italy" }
}
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1741540110892-5eead646-a692-46ba-9c3b-fddfeb420f8a-image.png" alt="5eead646-a692-46ba-9c3b-fddfeb420f8a-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><strong>More details can be found here:</strong>  <a href="https://github.com/daddel80/notepadpp-multireplace?tab=readme-ov-file#lkpkey-hpath-inner" rel="nofollow ugc">MultiReplace Lookup Documentation</a></p>
<p dir="auto">Happy Replacing!</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/26682/multireplace-now-supports-lookup-files</link><generator>RSS for Node</generator><lastBuildDate>Tue, 10 Mar 2026 15:43:04 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/26682.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 09 Mar 2025 17:15:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MultiReplace Now Supports Lookup Files! on Mon, 17 Mar 2025 15:23:04 GMT]]></title><description><![CDATA[<p dir="auto">Great update! External lookup files in MultiReplace 4.2.0.22 make replacements cleaner and easier to manage.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/100394</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/100394</guid><dc:creator><![CDATA[Saim Anderson]]></dc:creator><pubDate>Mon, 17 Mar 2025 15:23:04 GMT</pubDate></item></channel></rss>