<?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, highlight and replace certain characters within a word and within a 5 digit numbers using REGEX]]></title><description><![CDATA[<p dir="auto">Need help using REGEX to find, highlight and replace certain words and characters within a word and within a number.<br />
It will be done using the file below. I has tabs, spaces and non breakable spaces usually inserted by MS office suite programs excel and word.</p>
<p dir="auto">UMTS	U81M200LEONE	3G_Leone-4	-14.3479	-170.781	4357	28	42004	240<br />
UMTS	U81M203TAFUNA	3G_Tafuna-1	-14.3235	-170.7172	4357	80	42031	130</p>
<p dir="auto">I would want to find and replace the word TAFUNA within the word U81M203<strong>TAFUNA</strong>. It can be either the numbers or the all last letters after 203. The length of the letters to be replaced can be until 64 characters</p>
<p dir="auto">I also like to do the same, find and replace with this number 4<strong>203</strong>1. I like to change the number 203 within the 5 digit number. I also would like to change the first digit “4” and make it “2”</p>
<p dir="auto">I hope to do it with Regex for convenience and help me understand and learn a bit on how to use it.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/13008/find-highlight-and-replace-certain-characters-within-a-word-and-within-a-5-digit-numbers-using-regex</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Jul 2026 18:30:23 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/13008.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 31 Dec 2016 04:16:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Find, highlight and replace certain characters within a word and within a 5 digit numbers using REGEX on Sat, 31 Dec 2016 11:05:36 GMT]]></title><description><![CDATA[<p dir="auto">Hello, <strong>Badz Tuviera</strong>,</p>
<p dir="auto">I’m really <strong>sorry</strong>, but I did not <strong>fully</strong> understand what you want to achieve :-(</p>
<p dir="auto">Seemingly, you didn’t say what are the <strong>replacement</strong> strings, for either, the word <strong>TAFUNA</strong> and the number <strong>203</strong>, in the five digits number <strong>42031</strong>. May be, did you mean that you want to <strong>delete</strong> them ?</p>
<p dir="auto">But I did understand that the first digit <strong>4</strong> of the number <strong>42031</strong> must be replaced by the digit <strong>2</strong> !</p>
<p dir="auto">So, giving your <strong>original</strong> text, below :</p>
<pre><code>UMTS U81M200LEONE 3G_Leone-4 -14.3479 -170.781 4357 28 42004 240
UMTS U81M203TAFUNA 3G_Tafuna-1 -14.3235 -170.7172 4357 80 42031 130
</code></pre>
<p dir="auto">Which <strong>modified</strong> text do you expect to ?</p>
<p dir="auto">May be, you can provide some <strong>additional</strong> examples or explanations ! As usual, when a problem is <strong>clearly</strong> defined, the solution is “<strong>half</strong>” found !</p>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/20433</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/20433</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Sat, 31 Dec 2016 11:05:36 GMT</pubDate></item></channel></rss>