<?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[Replace a special character]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I´m using this [^\x00-\x7F]+ to find the “no ASCII” characters and then replace them with a space. But when it finds 2 or more “no ASCII” characters together, it only replaces one space for all the characters that are together.<br />
Example:<br />
FIND: “ASASÉÉSSS”<br />
REPLACE: “ASAS SSS”</p>
<p dir="auto">And I need like this: “ASAS  SSS” (two spaces)</p>
<p dir="auto">Any help ?.<br />
Thanks.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/16207/replace-a-special-character</link><generator>RSS for Node</generator><lastBuildDate>Sun, 13 Sep 2026 05:57:44 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/16207.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 23 Aug 2018 19:29:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Replace a special character on Thu, 23 Aug 2018 19:51:31 GMT]]></title><description><![CDATA[<p dir="auto">Thanks. It works without the + and ?.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/34286</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/34286</guid><dc:creator><![CDATA[Jose Emilio Osorio]]></dc:creator><pubDate>Thu, 23 Aug 2018 19:51:31 GMT</pubDate></item><item><title><![CDATA[Reply to Replace a special character on Thu, 23 Aug 2018 19:52:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-frank" aria-label="Profile: Claudia-Frank">@<bdi>Claudia-Frank</bdi></a></p>
<p dir="auto">Well, we <em><strong>RARELY</strong></em> get the full story here…with the <em>FIRST</em> posting.</p>
<h3>:-)</h3>
<p dir="auto">(Looks like we got the full story THIS time–predicting the future!!!)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/34285</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/34285</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Thu, 23 Aug 2018 19:52:20 GMT</pubDate></item><item><title><![CDATA[Reply to Replace a special character on Thu, 23 Aug 2018 19:49:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scott-sumner" aria-label="Profile: Scott-Sumner">@<bdi>Scott-Sumner</bdi></a></p>
<p dir="auto">:-D - good one, if this is the complete regex used by OP :-D</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/34284</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/34284</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Thu, 23 Aug 2018 19:49:07 GMT</pubDate></item><item><title><![CDATA[Reply to Replace a special character on Thu, 23 Aug 2018 19:42:25 GMT]]></title><description><![CDATA[<p dir="auto">How about just forget the <code>+</code> and the <code>?</code> altogether?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/34282</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/34282</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Thu, 23 Aug 2018 19:42:25 GMT</pubDate></item><item><title><![CDATA[Reply to Replace a special character on Thu, 23 Aug 2018 19:37:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jose-emilio-osorio" aria-label="Profile: Jose-Emilio-Osorio">@<bdi>Jose-Emilio-Osorio</bdi></a></p>
<p dir="auto">dosn’t it help to replace the + mulitplier with a question mark?<br />
Like <code>[^\x00-\x7F]?</code></p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/34281</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/34281</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Thu, 23 Aug 2018 19:37:00 GMT</pubDate></item></channel></rss>