<?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[Remove texts&#x2F;characters&#x2F;special chars from list]]></title><description><![CDATA[<p dir="auto">Hi all,</p>
<p dir="auto">I wanted to know how do I make list 1 equal to list 2.</p>
<p dir="auto">List 1:</p>
<h2>Alex Rider - Stormbreaker? (USA).zip<br />
Allied Ace Pilots? (Europe) (En,Fr,De,Es,It).zip<br />
Alpha and Omega, The (Europe) (En,Fr,De,Es,It).zip<br />
Alvin and the Chipmunks: Chipwrecked (USA) (En,Fr).zip<br />
Alvin and the Chipmunks: The Squeakquel [USA].zip</h2>
<p dir="auto">List 2:</p>
<h2>Alex Rider - Stormbreaker.zip<br />
Allied Ace Pilots.zip<br />
Alpha and Omega The.zip<br />
Alvin and the Chipmunks Chipwrecked.zip<br />
Alvin and the Chipmunks The Squeakquel.zip</h2>
<p dir="auto">How to remove all “?” “,” “:” “[<em>.</em>]” and all “(<em>.</em>)” ?</p>
<p dir="auto">Thanks for any help.</p>
<p dir="auto">Claudio</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/16485/remove-texts-characters-special-chars-from-list</link><generator>RSS for Node</generator><lastBuildDate>Tue, 16 Jun 2026 02:55:02 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/16485.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 18 Oct 2018 04:18:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Remove texts&#x2F;characters&#x2F;special chars from list on Thu, 18 Oct 2018 11:47:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/terry-r" aria-label="Profile: Terry-R">@<bdi>Terry-R</bdi></a> said:</p>
<blockquote>
<p dir="auto">? *| *(.+?) *|,| *[.+?] *|:</p>
</blockquote>
<p dir="auto">Thank you very much Terry-R. Worked perfectly.</p>
<p dir="auto">I’ve tested 10 lists and everything is as I wanted it to be.</p>
<p dir="auto">Thank you again.</p>
<p dir="auto">Claudio</p>
]]></description><link>https://community.notepad-plus-plus.org/post/35518</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/35518</guid><dc:creator><![CDATA[Claudio Raphael]]></dc:creator><pubDate>Thu, 18 Oct 2018 11:47:26 GMT</pubDate></item><item><title><![CDATA[Reply to Remove texts&#x2F;characters&#x2F;special chars from list on Thu, 18 Oct 2018 06:08:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/claudio-raphael" aria-label="Profile: Claudio-Raphael">@<bdi>Claudio-Raphael</bdi></a><br />
It would appear some of the characters you wish to remove may also come with a space behind them (and also in front). So my regular expression (regex) includes this as an option (* means 0 or more).</p>
<p dir="auto">So in the replace function (default Ctrl and H keys) have the search mode as “regular expression” and wrap around ticked.<br />
Find What:<code>\? *| *\(.+?\) *|,| *\[.+?\] *|:</code><br />
Replace With:<code>empty field</code>  &lt;— nothing here<br />
You can directly copy the red text above and paste into the Find field.</p>
<p dir="auto">A brief run down of the regex. The <code>|</code> character acts as alternatives. That way 1 regex can search for multiple strings. As most of the characters you want to look for are special (meta-characters meaning they have special meaning) we use the <code>\</code> to delimit them. That means it reduces them back to the simple character.</p>
<p dir="auto">Give it a go, come back if you have issues. As can often happen, the example you provide may ot be a FULL representation of the real data.</p>
<p dir="auto">Terry</p>
]]></description><link>https://community.notepad-plus-plus.org/post/35510</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/35510</guid><dc:creator><![CDATA[Terry R]]></dc:creator><pubDate>Thu, 18 Oct 2018 06:08:44 GMT</pubDate></item></channel></rss>