<?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[Delete unwanted characters]]></title><description><![CDATA[<p dir="auto">1 / Find The line does not contain the characters you want.<br />
2 / Delete the characters enclosed in quotation marks () in each line.<br />
For example :</p>
<pre><code>    use of the (please.help.me@notepad.com) site ?
     Do not change these (help.me.please@anymail.com)!
    Hope you understand (myquestion@ok.com) alright ! 
</code></pre>
<p dir="auto">and results:</p>
<pre><code>Incorrect use of the site ?
  Do not change these !
 Hope you understand alright ! 
</code></pre>
<p dir="auto">3/ Clear the Question Mark in position 1 2 3 …, retain the Question mark in the last position. And vice versa want to keep? first, and delete all remaining Question marks in each line. For example :</p>
<pre><code>  Do not ? change  ? these values if ? you do not know what ? that means! Incorrect use of the ? site may terminate your access ?
    Incorrect ? use of the ? site may terminate ??? your access! Do not ?? change these values if you ? do not know what that means ? 
   ? your access! ?? Do not ? site may terminate ??? your ? access! Incorrect ? use ? of the 
</code></pre>
<p dir="auto">and results :</p>
<pre><code>Don't change  these values if you do not know what that means! Incorrect use of the  site may terminate your access ?
    Incorrect  use of the ? site may terminate ??? your access! Do not change these values if you ? do not know what that means ? 
   Your access! Do not site may terminate your access! Incorrect use ? of the
</code></pre>
<p dir="auto">And vice versa the result is:</p>
<pre><code>Do not ? change these values if you do not know what that means! Incorrect use of the site may terminate your access 
    Incorrect ? use of the site may terminate your access! Do not change these values if you ? do not know what that means 
    ? your access! Do not  site may terminate your  access! Incorrect  use of the
</code></pre>
<p dir="auto">4/ I can apply the answers to question 1 and question 3 to the case. Is it an email address or an IP address, or is it a link?<br />
5 / Notepad ++ does it support automatically do this?</p>
<pre><code>01-01-1960, 01-02-1960, 01-03-1960, ..., 01-30-1960
  02-01-1960, 03-01-1960, 04-01-1960, ..., 12-01-1960
  02-02-1960, 02-03-1960, 02-04-1960, ..., 02-30-1960
  03-02-1960, 03-03-1960, 03-04-1960, ..., 03-30-1960
  04-02-1960, 04-03-1960, 04-04-1960, ..., 04-30-1961
  .................
  12-02-1960, 12-03-1960, 12-04-1960, ..., 12-30-1960
</code></pre>
<p dir="auto">It seems that using code and script to do this. I need results from 1960 to 2000. Maybe Excel can do it. But because I do not like using Office tools.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/19464/delete-unwanted-characters</link><generator>RSS for Node</generator><lastBuildDate>Mon, 14 Sep 2026 14:21:58 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/19464.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 27 May 2020 14:40:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Delete unwanted characters on Thu, 28 May 2020 13:14:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zara-arik" aria-label="Profile: Zara-Arik">@<bdi>Zara-Arik</bdi></a></p>
<p dir="auto">First of all thanks for the examples.<br />
We can see that you have made an effort to explain your goals.<br />
Unfortunately, at least for me, the explanations are confusing, so I don’t really understand what you want to do.<br />
Obviously, like me, English is not your first language, so I would recommend that you use an Online Translator to help you.<br />
Please note, the better/precise the question in your mother tongue is set, the better the translation will be.</p>
<p dir="auto">To the questions:</p>
<ol>
<li>
<p dir="auto">Use the find dialog, go to the Mark Tab and mark the hits, optionally set bookmarks for each line</p>
</li>
<li>
<p dir="auto">Probably a regex search for <code>\(.+?\)</code> could provide this.</p>
</li>
<li>
<p dir="auto">How do you know if a sentence begins or ends. For this you actually need an AI that was really programmed for it and even this one won’t work 100%</p>
</li>
<li>
<p dir="auto">and 5. I do not understand.</p>
</li>
</ol>
<p dir="auto">Translated with <a href="http://www.DeepL.com/Translator" rel="nofollow ugc">www.DeepL.com/Translator</a> (free version)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/54380</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/54380</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Thu, 28 May 2020 13:14:57 GMT</pubDate></item></channel></rss>