<?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[Replacing different values with one value]]></title><description><![CDATA[<p dir="auto">Hi everyone,</p>
<p dir="auto">I am a newbie in using this great software, and I am struggling to find a way to replace different values with one value.</p>
<p dir="auto">For example, I want to find the values of width then replace them to a specific value (say 100) :</p>
<p dir="auto">width=“170” length=“70”<br />
width=“110” length=“80”<br />
width=“90”  length=“70”</p>
<p dir="auto">To:<br />
width=“100” length=“70”<br />
width=“100” length=“80”<br />
width=“100”  length=“70”</p>
<p dir="auto">I have tried to type width=“.*”  in the <strong>Find what:</strong> zone, and  width=“10”  in the <strong>Replace what:</strong> zone.</p>
<p dir="auto">This method did work, <strong>however it is removing whatever after the value</strong> ( the length in this example)</p>
<p dir="auto">I really appreciate it if you can help me</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/22675/replacing-different-values-with-one-value</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 16:30:49 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/22675.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 04 Mar 2022 18:57:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Replacing different values with one value on Fri, 04 Mar 2022 19:02:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: alan-kilborn">@<bdi>alan-kilborn</bdi></a> I really appreciate it<br />
God bless you<br />
you made my day</p>
]]></description><link>https://community.notepad-plus-plus.org/post/74928</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/74928</guid><dc:creator><![CDATA[2 mins Summary]]></dc:creator><pubDate>Fri, 04 Mar 2022 19:02:51 GMT</pubDate></item><item><title><![CDATA[Reply to Replacing different values with one value on Fri, 04 Mar 2022 19:02:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: alan-kilborn">@<bdi>alan-kilborn</bdi></a> said in <a href="/post/74925">Replacing different values with one value</a>:</p>
<blockquote>
<p dir="auto">Find: width=“\d+”<br />
Replace: width=“100”<br />
Search mode: Regular expression</p>
</blockquote>
<p dir="auto">And a presumption here is that you have straight quotes <code>"</code> in your real data, and not curly quotes <code>“”</code> like you show.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/74927</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/74927</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Fri, 04 Mar 2022 19:02:35 GMT</pubDate></item><item><title><![CDATA[Reply to Replacing different values with one value on Fri, 04 Mar 2022 19:01:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/2-mins-summary" aria-label="Profile: 2-mins-summary">@<bdi>2-mins-summary</bdi></a></p>
<p dir="auto">There is some great material on these types of data manipulations in the <a href="https://npp-user-manual.org/docs/searching/#regular-expressions" rel="nofollow ugc">user manual</a> as well as on this site, see <a href="https://community.notepad-plus-plus.org/topic/15765/faq-desk-where-to-find-regular-expressions-regex-documentation/1">here</a>.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/74926</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/74926</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Fri, 04 Mar 2022 19:01:07 GMT</pubDate></item><item><title><![CDATA[Reply to Replacing different values with one value on Fri, 04 Mar 2022 18:59:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/2-mins-summary" aria-label="Profile: 2-mins-summary">@<bdi>2-mins-summary</bdi></a></p>
<p dir="auto">Find: <code>width="\d+"</code><br />
Replace: <code>width="100"</code><br />
Search mode: Regular expression</p>
]]></description><link>https://community.notepad-plus-plus.org/post/74925</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/74925</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Fri, 04 Mar 2022 18:59:47 GMT</pubDate></item></channel></rss>