<?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[FIND AND REPLACE SOME CHARACTERS SET  OF NUMBER IN NOTEPAD ++]]></title><description><![CDATA[<p dir="auto">Hi I have this problem in this set of numbers 200928 (…); 200928 in the round brackets there are 3 numbers that can always change.</p>
<p dir="auto">I want to replace it with 200930 (…); 200930, but I don’t want to replace the numbers inside the round brackets.<br />
Can anyone help me?<br />
thanks a lot</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/20073/find-and-replace-some-characters-set-of-number-in-notepad</link><generator>RSS for Node</generator><lastBuildDate>Mon, 15 Jun 2026 01:37:07 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/20073.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 29 Sep 2020 11:10:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to FIND AND REPLACE SOME CHARACTERS SET  OF NUMBER IN NOTEPAD ++ on Tue, 29 Sep 2020 14:07:52 GMT]]></title><description><![CDATA[<p dir="auto">Thanks Peter that’s just what I was looking for, it works perfectly. thanks a lot</p>
]]></description><link>https://community.notepad-plus-plus.org/post/58039</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/58039</guid><dc:creator><![CDATA[miki simone]]></dc:creator><pubDate>Tue, 29 Sep 2020 14:07:52 GMT</pubDate></item><item><title><![CDATA[Reply to FIND AND REPLACE SOME CHARACTERS SET  OF NUMBER IN NOTEPAD ++ on Tue, 29 Sep 2020 13:57:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/miki-simone" aria-label="Profile: miki-simone">@<bdi>miki-simone</bdi></a> ,</p>
<p dir="auto">Since your example was minimalistic, here’s a minimalistic answer.  If you want detail, or it doesn’t work for you, you’ll have to give us more to go with.</p>
<ul>
<li>FIND = <code>200928(.*?;)200928</code></li>
<li>REPLACE = <code>200930${1}200930</code></li>
<li>Search Mode = regular expression</li>
</ul>
]]></description><link>https://community.notepad-plus-plus.org/post/58038</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/58038</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 29 Sep 2020 13:57:59 GMT</pubDate></item><item><title><![CDATA[Reply to FIND AND REPLACE SOME CHARACTERS SET  OF NUMBER IN NOTEPAD ++ on Tue, 29 Sep 2020 13:46:09 GMT]]></title><description><![CDATA[<p dir="auto">I apologize if I was not clear enough. I try to explain myself. In several files I have this sequence of numbers 200928017;200928. These 3 numbers 017 in the other files always change, but I don’t want to change them.<br />
I would just like to change the date and the result I would like this to be 200930017;200930.<br />
using NOTEPAD++</p>
]]></description><link>https://community.notepad-plus-plus.org/post/58033</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/58033</guid><dc:creator><![CDATA[miki simone]]></dc:creator><pubDate>Tue, 29 Sep 2020 13:46:09 GMT</pubDate></item><item><title><![CDATA[Reply to FIND AND REPLACE SOME CHARACTERS SET  OF NUMBER IN NOTEPAD ++ on Tue, 29 Sep 2020 12:54:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/miki-simone" aria-label="Profile: miki-simone">@<bdi>miki-simone</bdi></a> ,</p>
<p dir="auto">If you’re wondering why you haven’t gotten any specific search-and-replace syntax yet, and instead are being asked for clarification, it’s because you haven’t given us enough to go on.</p>
<p dir="auto">Please read and follow the advice below.  The extent to which you read, understand, and follow the advice below will be the extent to which we will be able to help you.</p>
<p dir="auto">-—</p>
<p dir="auto"><em>Do you want regex search/replace help?  Then please be patient and polite, show some effort, and be willing to learn; answer questions and requests for clarification that are made of you.  All example text should be marked as plain text using the <code>&lt;/&gt;</code> toolbar button or manual <a href="https://community.notepad-plus-plus.org/topic/14262/how-to-markdown-code-on-this-forum/4">Markdown syntax</a>. Screenshots can be pasted from the clipboard to your post using <code>Ctrl+V</code> to show graphical items, but any text should be included as literal text in your post so we can easily copy/paste your data. Show the data you have <strong>and</strong> the text you want to get from that data; include examples of things that <strong>should match</strong> and be transformed, <strong>and</strong> things that <strong>don’t match</strong> and should be left alone; show <strong>edge cases</strong> and make sure you examples are as <strong>varied</strong> as your real data.  Show the regex you already tried, <strong>and why</strong> you thought it should work; tell us what’s wrong with what you <strong>do</strong> get… Read the official <a href="https://npp-user-manual.org/docs/searching/#regular-expressions" rel="nofollow ugc">NPP Searching / Regex docs</a> and the forum’s <a href="https://community.notepad-plus-plus.org/topic/15765/faq-desk-where-to-find-regex-documentation">Regular Expression FAQ</a>. If you follow these guidelines, you’re much more likely to get helpful replies that solve your problem in the shortest number of tries.</em></p>
]]></description><link>https://community.notepad-plus-plus.org/post/58031</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/58031</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 29 Sep 2020 12:54:15 GMT</pubDate></item><item><title><![CDATA[Reply to FIND AND REPLACE SOME CHARACTERS SET  OF NUMBER IN NOTEPAD ++ on Tue, 29 Sep 2020 12:37:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/miki-simone" aria-label="Profile: miki-simone">@<bdi>miki-simone</bdi></a></p>
<blockquote>
<p dir="auto">but it is not text they are numbers</p>
</blockquote>
<p dir="auto">My first thought was LOL.</p>
<p dir="auto">So here are some numbers expressed as text:</p>
<pre><code>20113
38245
39134
18046
98704
49232
57694
86475
45320
33393
</code></pre>
<p dir="auto">See if you can provide us a similar example for YOUR numbers, including having it black-boxed.  I have doubt.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/58030</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/58030</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Tue, 29 Sep 2020 12:37:53 GMT</pubDate></item><item><title><![CDATA[Reply to FIND AND REPLACE SOME CHARACTERS SET  OF NUMBER IN NOTEPAD ++ on Tue, 29 Sep 2020 12:13:09 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the reply but it is not text they are numbers</p>
]]></description><link>https://community.notepad-plus-plus.org/post/58029</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/58029</guid><dc:creator><![CDATA[miki simone]]></dc:creator><pubDate>Tue, 29 Sep 2020 12:13:09 GMT</pubDate></item><item><title><![CDATA[Reply to FIND AND REPLACE SOME CHARACTERS SET  OF NUMBER IN NOTEPAD ++ on Tue, 29 Sep 2020 11:51:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/miki-simone" aria-label="Profile: miki-simone">@<bdi>miki-simone</bdi></a></p>
<p dir="auto">Provide sample BEFORE and AFTER sections of text.<br />
Ideally use the <code>&lt;/&gt;</code> button in the compose toolbar after composing and selecting each section in turn.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/58028</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/58028</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Tue, 29 Sep 2020 11:51:25 GMT</pubDate></item></channel></rss>