<?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[removing characters]]></title><description><![CDATA[<p dir="auto">How do I remove/change characters at the beginning and end of lines?<br />
“J The Song of Heroes j”<br />
each J is improperly converted musical symbols.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/23040/removing-characters</link><generator>RSS for Node</generator><lastBuildDate>Tue, 16 Jun 2026 12:10:51 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/23040.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 27 May 2022 21:05:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to removing characters on Sun, 29 May 2022 23:05:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kracovwolf" aria-label="Profile: kracovwolf">@<bdi>kracovwolf</bdi></a> I think you will want to use “Search Replace” with “Search Mode” of “Regular Expression”.</p>
<p dir="auto">This is a very complicated option, but what you specifically need to do is simple:</p>
<p dir="auto">^J<br />
means “J at the start of a line” in Regular Expression language.  You can replace this with nothing.  From your example, you should replace “J space” which is also there.</p>
<p dir="auto">It will not remove the start of line.  It will only remove J or remove J space.</p>
<p dir="auto">J$<br />
means “J at the end of a line”.</p>
<p dir="auto">Doing one and then the other is simplest.</p>
<p dir="auto">It will still be your responsibility to not remove more J s than you want to.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77130</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77130</guid><dc:creator><![CDATA[Robert Carnegie]]></dc:creator><pubDate>Sun, 29 May 2022 23:05:22 GMT</pubDate></item><item><title><![CDATA[Reply to removing characters on Sun, 29 May 2022 11:30:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lycan-thrope" aria-label="Profile: lycan-thrope">@<bdi>lycan-thrope</bdi></a> what I meant was the subtitles were converted with another program.  Ignore it.  I just need to change the J’s into something else or remove entirely.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77103</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77103</guid><dc:creator><![CDATA[kracovwolf]]></dc:creator><pubDate>Sun, 29 May 2022 11:30:14 GMT</pubDate></item><item><title><![CDATA[Reply to removing characters on Sun, 29 May 2022 04:11:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kracovwolf" aria-label="Profile: kracovwolf">@<bdi>kracovwolf</bdi></a> ,<br />
You  need to copy the ‘exact’ characters into a <code>Code</code> window via the symbol above this text area that looks like <code>&lt;/&gt;</code>, so that we can see the actual musical symbol that is being misinterpreted, otherwise, everyone is just guessing what it is you really mean and will be spinning their wheels unecessarily. When you do it right, it will look like this:</p>
<pre><code>“J The Song of Heroes j”
</code></pre>
<p dir="auto">Or whatever characters they are that are being copied to the clipboard that you say is being misinterpreted.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77100</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77100</guid><dc:creator><![CDATA[Lycan Thrope]]></dc:creator><pubDate>Sun, 29 May 2022 04:11:18 GMT</pubDate></item></channel></rss>