<?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[#HELP ME..............................]]></title><description><![CDATA[<p dir="auto">I want change this:</p>
<p dir="auto">“priceMax”:2.1}"<br />
“priceMax”:1.1}"<br />
“priceMax”:3.1}"</p>
<p dir="auto">To this:<br />
“priceMax”:0.1}"<br />
“priceMax”:0.1}"<br />
“priceMax”:0.1}"</p>
<p dir="auto">THANK YOU</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/22835/help-me</link><generator>RSS for Node</generator><lastBuildDate>Tue, 15 Sep 2026 21:09:46 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/22835.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 11 Apr 2022 16:07:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to #HELP ME.............................. on Mon, 11 Apr 2022 16:21:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/eliot" aria-label="Profile: eliot">@<bdi>eliot</bdi></a></p>
<p dir="auto">If you really have smart quotes in your data (doubful, but it’s what you posted):</p>
<ul>
<li>FIND = <code>“priceMax”:\K\d+\.\d+</code></li>
<li>REPLACE = <code>0.1</code></li>
<li>SEARCH MODE = regular expression</li>
<li>REPLACE ALL (because of \K, single replacement won’t work as expected)</li>
</ul>
<p dir="auto">If you actually have ASCII quotes in the data</p>
<ul>
<li>FIND = <code>"priceMax":\K\d+\.\d+</code></li>
<li>everything else the same</li>
</ul>
<p dir="auto">-—</p>
<h3>Useful References</h3>
<ul>
<li><a href="https://community.notepad-plus-plus.org/topic/21965/please-read-before-posting">Please Read Before Posting</a></li>
<li><a href="https://community.notepad-plus-plus.org/topic/22022/template-for-search-replace-questions">Template for Search/Replace Questions</a></li>
<li><a href="https://community.notepad-plus-plus.org/topic/15765/faq-desk-where-to-find-regular-expressions-regex-documentation">FAQ: Where to find regular expressions (regex) documentation</a></li>
<li><a href="https://npp-user-manual.org/docs/searching/#regular-expressions" rel="nofollow ugc">Notepad++ Online User Manual: Searching/Regex</a></li>
</ul>
]]></description><link>https://community.notepad-plus-plus.org/post/75948</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/75948</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Mon, 11 Apr 2022 16:21:35 GMT</pubDate></item></channel></rss>