<?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[How to make punctuation correctly in SRT file]]></title><description><![CDATA[<p dir="auto">I have noticed that there are a lot of ellipses (…) in my SRT file and I want to check if it is correct needs to have ellipses if not then remove it and replace it with a new punction when needed.</p>
<p dir="auto">This is what I have done so far from another community.<br />
<img src="/assets/uploads/files/1693923351668-069d41cd-d183-4fa1-bd19-bbbfd3602748-image.png" alt="069d41cd-d183-4fa1-bd19-bbbfd3602748-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/topic/24887/how-to-make-punctuation-correctly-in-srt-file</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 22:18:30 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/24887.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 05 Sep 2023 14:16:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to make punctuation correctly in SRT file on Tue, 05 Sep 2023 18:06:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/27526">@Mohamed-Mohamed</a> Just a thought: have you checked to see if the <a href="https://www.nikse.dk/subtitleedit/help#fixcommonerrors" rel="nofollow ugc">Fix common errors</a> feature in <a href="https://www.nikse.dk/subtitleedit" rel="nofollow ugc">Subtitle Edit</a>, with proper adjustment at Options | Settings… | Tools | Edit settings for fixing continuation style… | Edit custom continuation style… can do what you want more easily? I haven’t used those settings, so I can’t advise in any detail, but it is a purpose-built tool for editing and correcting subtitles.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/89083</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/89083</guid><dc:creator><![CDATA[Coises]]></dc:creator><pubDate>Tue, 05 Sep 2023 18:06:13 GMT</pubDate></item><item><title><![CDATA[Reply to How to make punctuation correctly in SRT file on Tue, 05 Sep 2023 18:01:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@PeterJones</a> Ok thanks</p>
]]></description><link>https://community.notepad-plus-plus.org/post/89082</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/89082</guid><dc:creator><![CDATA[Mohamed Mohamed]]></dc:creator><pubDate>Tue, 05 Sep 2023 18:01:57 GMT</pubDate></item><item><title><![CDATA[Reply to How to make punctuation correctly in SRT file on Tue, 05 Sep 2023 17:58:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/27526">@Mohamed-Mohamed</a> ,</p>
<p dir="auto">You do not need to ask me individually for every character you might want to replace.  The easiest is to try it, and if it doesn’t work, undo.</p>
<p dir="auto">When I said “Very few characters have special meaning in most replacements”, I was trying to imply that you weren’t going to have difficulty with any of your punctuation replacements.</p>
<p dir="auto">In regex mode, if your replacement has <code>(</code> followed by <code>)</code>, it won’t include the literal parentheses, and if it has backslash <code>\</code> followed by other stuff, it won’t necessarily replace with a literal backslash… but for just about anything you’re going to try, it’s going to work.  If you want to learn more about what is special during a regular expression replacement, see the <a href="https://npp-user-manual.org/docs/searching/#substitutions" rel="nofollow ugc">User Manual: Regular Expression &gt; Substitutions</a> section, which shows all the “special” sequences; anything not listed there will replace exactly as you expect.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/89080</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/89080</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 05 Sep 2023 17:58:41 GMT</pubDate></item><item><title><![CDATA[Reply to How to make punctuation correctly in SRT file on Tue, 05 Sep 2023 17:26:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@PeterJones</a> Done with “!” and “?” What about replacing it with a full stop or comma? The rule is that if there are ellipses following with capital letters then put a full stop, but if it was non-capital then put the comma.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/89078</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/89078</guid><dc:creator><![CDATA[Mohamed Mohamed]]></dc:creator><pubDate>Tue, 05 Sep 2023 17:26:50 GMT</pubDate></item><item><title><![CDATA[Reply to How to make punctuation correctly in SRT file on Tue, 05 Sep 2023 15:04:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/27526">@Mohamed-Mohamed</a> said in <a href="/post/89072">How to make punctuation correctly in SRT file</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@PeterJones</a><br />
Ok, it has found the ellipse that the first I want now what should I replace it with if I want to add punctuation? Some of them have “?”, “!” and contain nothing after “…”.</p>
</blockquote>
<p dir="auto">Very few characters have special meaning in most replacements, so if you want to replace your ellipsis with a question mark, the replacement is simply <code>?</code> – if you wanted to replace <em>all</em> ellipses with question mark, then, you could just hit <strong>Replace All</strong>… but the way you phrased it makes it sound like you have a mental rule for when to replace with each different replacement.  If you could describe your mental rule, someone might be able to turn it into a complicated find/replace pair that would do it in one single <strong>Replace All</strong> – but if you’ve just got a vague internal rule then my suggestion would be: set up FIND as previous described, set REPLACE to <code>?</code>, then do <strong>FIND NEXT</strong>, and make a mental decision each time whether to hit <strong>REPLACE</strong> on that instance to do the replacement, or <strong>FIND NEXT</strong> to skip that one and go to the next; when done with all the <code>?</code> replacements, then change <strong>Replace With</strong> to <code>!</code> and do the same <strong>Find Next</strong> / <strong>Replace</strong> to decide which of them need to be an exclamation point, etc.)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/89073</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/89073</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 05 Sep 2023 15:04:05 GMT</pubDate></item><item><title><![CDATA[Reply to How to make punctuation correctly in SRT file on Tue, 05 Sep 2023 14:53:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@PeterJones</a><br />
Ok, it has found the ellipse that the first I want now what should I replace it with if I want to add punctuation? Some of them have “?”, “!” and contain nothing after “…”.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/89072</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/89072</guid><dc:creator><![CDATA[Mohamed Mohamed]]></dc:creator><pubDate>Tue, 05 Sep 2023 14:53:46 GMT</pubDate></item><item><title><![CDATA[Reply to How to make punctuation correctly in SRT file on Tue, 05 Sep 2023 14:32:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/27526">@Mohamed-Mohamed</a> ,</p>
<p dir="auto">You are in SEARCH MODE = “Normal”, so no characters have special meaning… which means you are searching for the literal text <code>(...)</code>, but since none of your ellipses have parentheses in your text, it will not match.</p>
<p dir="auto">If you want parentheses to mean “make a group”, you have to be in SEARCH MODE = “Regular Expression” search mode.  But in Regular Expression mode, <code>.</code> means “any character” not just a period – so <code>(...)</code> will match any series of three characters and put it in group#1, which is not what you want.  If you want to match a literal <code>.</code> in Regular Expression mode, you have to escape it by using <code>\.</code></p>
<p dir="auto">So your choices are to stay in SEARCH MODE = “Normal” mode, then you should be searching for <code>...</code> not <code>(...)</code> ; or you should switch to SEARCH MODE = “Regular Expression”, and change your search to <code>(\.\.\.)</code></p>
]]></description><link>https://community.notepad-plus-plus.org/post/89071</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/89071</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 05 Sep 2023 14:32:56 GMT</pubDate></item></channel></rss>