<?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 Delete Specific String In Macro Recorder]]></title><description><![CDATA[<p dir="auto">I have very large text files which have all sorts of unwanted data. The data must be parsed to remove most of the unwanted text. I haven’t been able to write a “Search And Replace” which will cut some of this unwanted data. Would someone be so kind to show me how I can eliminate the unwanted text. Note the text preceding the “,Done” can be almost any name. So there needs to be a wildcard.</p>
<p dir="auto">Change From:<br />
,Profile,Production,Cycle,Normal,PMVer,14.0.1.103,SeqFileVer,1.8.0.0,User,0000007456112,Station,TS-0457A,Socket,0,Date,04-17-2019,Time,13:11:09,CycleTime,722.903,Status,Passed,MAC_Address,F8DC7A205018,CycleTimes,Done,DEBUG_PRODUCTION_FALSE,…</p>
<p dir="auto">Change To:<br />
,Profile,Production,Cycle,Normal,PMVer,14.0.1.103,SeqFileVer,1.8.0.0,User,0000007456112,Station,TS-0457A,Socket,0,Date,04-17-2019,Time,13:11:09,CycleTime,722.903,Status,Passed,MAC_Address,F8DC7A205018,DEBUG_PRODUCTION_FALSE,…</p>
<p dir="auto">What was removed:<br />
CycleTimes,Done,</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/17765/how-to-delete-specific-string-in-macro-recorder</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Jul 2026 23:52:36 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/17765.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 05 Jun 2019 14:37:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How To Delete Specific String In Macro Recorder on Wed, 05 Jun 2019 18:04:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/anthony-jocius" aria-label="Profile: Anthony-Jocius">@<bdi>Anthony-Jocius</bdi></a></p>
<blockquote>
<p dir="auto">Amazing…</p>
</blockquote>
<p dir="auto">Check out this <a href="https://notepad-plus-plus.org/community/topic/15765/faq-desk-where-to-find-regex-documentation" rel="nofollow ugc">link</a> and the things it links to in order to really understand the magic. :)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/44276</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/44276</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 05 Jun 2019 18:04:12 GMT</pubDate></item><item><title><![CDATA[Reply to How To Delete Specific String In Macro Recorder on Wed, 05 Jun 2019 17:39:05 GMT]]></title><description><![CDATA[<p dir="auto">Amazing. It works like a champ. Thank you for giving the pathway to much smaller text files. Thank you, sir.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/44275</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/44275</guid><dc:creator><![CDATA[Anthony Jocius]]></dc:creator><pubDate>Wed, 05 Jun 2019 17:39:05 GMT</pubDate></item><item><title><![CDATA[Reply to How To Delete Specific String In Macro Recorder on Wed, 05 Jun 2019 15:40:35 GMT]]></title><description><![CDATA[<p dir="auto">I’d be tempted to try:</p>
<p dir="auto">Find: <code>,[^,]+,Done</code><br />
Replace: nothing<br />
Search mode: Regular expression</p>
<p dir="auto">The “funky part”, the <code>[^,]+</code> means “one or more characters that aren’t comma”.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/44273</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/44273</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 05 Jun 2019 15:40:35 GMT</pubDate></item><item><title><![CDATA[Reply to How To Delete Specific String In Macro Recorder on Wed, 05 Jun 2019 15:37:00 GMT]]></title><description><![CDATA[<p dir="auto">The part of the string “CycleTimes” can be any text. That is the whole story. I’m new to Notepad++ and am trying to use it more efficiently.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/44272</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/44272</guid><dc:creator><![CDATA[Anthony Jocius]]></dc:creator><pubDate>Wed, 05 Jun 2019 15:37:00 GMT</pubDate></item><item><title><![CDATA[Reply to How To Delete Specific String In Macro Recorder on Wed, 05 Jun 2019 14:57:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/anthony-jocius" aria-label="Profile: Anthony-Jocius">@<bdi>Anthony-Jocius</bdi></a></p>
<p dir="auto">There must be more to the story as a simple replacement of <code>CycleTimes,Done,</code> with nothing seems to do the job…?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/44270</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/44270</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 05 Jun 2019 14:57:57 GMT</pubDate></item></channel></rss>