<?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[Need help with find and replace using wildcards and in multiple files]]></title><description><![CDATA[<p dir="auto">Fellow Notepad++ Users,</p>
<p dir="auto">Could you please help me the following search-and-replace problem I am having?</p>
<p dir="auto">I am trying to replace data under the following format in multiple files, and in multiple occurrences in single files;</p>
<p dir="auto">split = 30 40 30<br />
The “split” in each instance is not always the same.</p>
<p dir="auto">I want to replace every occurrence with the following</p>
<p dir="auto">split = 33 34 33.</p>
<p dir="auto">Please help, thank you.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/27595/need-help-with-find-and-replace-using-wildcards-and-in-multiple-files</link><generator>RSS for Node</generator><lastBuildDate>Sat, 04 Jul 2026 19:28:59 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/27595.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 04 Jul 2026 13:37:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Need help with find and replace using wildcards and in multiple files on Sat, 04 Jul 2026 17:15:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/paul-klaes" aria-label="Profile: Paul-Klaes">@<bdi>Paul-Klaes</bdi></a> So, does the solution I provided solve your problem?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/105825</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105825</guid><dc:creator><![CDATA[dr ramaanand]]></dc:creator><pubDate>Sat, 04 Jul 2026 17:15:55 GMT</pubDate></item><item><title><![CDATA[Reply to Need help with find and replace using wildcards and in multiple files on Sat, 04 Jul 2026 16:46:06 GMT]]></title><description><![CDATA[<p dir="auto">Yes, it is always 3 numbers, it represents a population split among the 3 defined classes for each province in a computer game; and I’m trying for a uniformity among provinces in the mod I’ve created.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/105824</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105824</guid><dc:creator><![CDATA[Paul Klaes]]></dc:creator><pubDate>Sat, 04 Jul 2026 16:46:06 GMT</pubDate></item><item><title><![CDATA[Reply to Need help with find and replace using wildcards and in multiple files on Sat, 04 Jul 2026 16:11:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/paul-klaes" aria-label="Profile: Paul-Klaes">@<bdi>Paul-Klaes</bdi></a> Are there only 3 digits to be replaced every time? Does the line beginning with the term, “split” end with numbers? Please give a before and after (expected solution) example. If there are only 3 digits, you can hit ctrl+h on your keyboard, click on the, “Find in Files” tab, put <code>(split =) \d+ \d+ \d+</code> in the Find field and <code>$1 33 34 33</code> in the Replace field, tick (check) the Regular expression mode and hit the Replace all button. You have to ensure that you select which folder you want to do this in correctly!<br />
<strong>Explanation:</strong> <code>$1</code> represents the capturing group 1 which is what is in parentheses that is used in the “Find field”, in this case, “split =”</p>
]]></description><link>https://community.notepad-plus-plus.org/post/105823</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105823</guid><dc:creator><![CDATA[dr ramaanand]]></dc:creator><pubDate>Sat, 04 Jul 2026 16:11:58 GMT</pubDate></item></channel></rss>