<?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[Simple Regex Request -- TIME]]></title><description><![CDATA[<p dir="auto">Hi</p>
<p dir="auto">I have a recurring log that needs to be edited regularly to subtract the time element. I will post an example of the log:</p>
<p dir="auto">[18:16:16]  John A: Done. That did not take long.<br />
[18:16:50]  Michelle Z: “Any questions so far?”</p>
<p dir="auto">What i want:</p>
<p dir="auto">John A: Done. That did not take long.<br />
Michelle Z: “Any questions so far?”</p>
<p dir="auto">I attempted to learn the process of creating a Regex but it is all so complicated for me. I did look over several tutorials.<br />
There is no space before the open bracket on each line and there should not be a space before the name when edited.</p>
<p dir="auto">Thank you VERY much for the help!</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/13155/simple-regex-request-time</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 15:21:45 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/13155.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 24 Jan 2017 03:17:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Simple Regex Request -- TIME on Thu, 26 Jan 2017 14:38:16 GMT]]></title><description><![CDATA[<p dir="auto">Ah, yes, I assumed a fixed single-space Gap. And to match an arbitrary-length sequence of spaces, try <code>\s+</code> instead of <code>\s\s</code>.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/21266</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/21266</guid><dc:creator><![CDATA[gerdb42]]></dc:creator><pubDate>Thu, 26 Jan 2017 14:38:16 GMT</pubDate></item><item><title><![CDATA[Reply to Simple Regex Request -- TIME on Tue, 24 Jan 2017 11:32:33 GMT]]></title><description><![CDATA[<p dir="auto">Thank you, thank you, thank you! Not only does it work well but I learned from this and used what I learned already! Your Regex left a space at the beginning of each line because you did not perceive there was an additional space there. I added a \s at the end of it and that got rid of that extra space.</p>
<p dir="auto">This was very valuable to me.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/21180</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/21180</guid><dc:creator><![CDATA[AintGotTime]]></dc:creator><pubDate>Tue, 24 Jan 2017 11:32:33 GMT</pubDate></item><item><title><![CDATA[Reply to Simple Regex Request -- TIME on Tue, 24 Jan 2017 08:08:50 GMT]]></title><description><![CDATA[<p dir="auto">Use <code>^\[\d{2}:\d{2}:\d{2}\]\s</code> for searching. Replace with empty string.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/21177</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/21177</guid><dc:creator><![CDATA[gerdb42]]></dc:creator><pubDate>Tue, 24 Jan 2017 08:08:50 GMT</pubDate></item></channel></rss>