<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>ClipboardFusion RSS: Macro mod request</title>
<atom:link href="https://www.clipboardfusion.com/Discussions/RSS/?TopicID=dae138d1-66f6-4fad-86f6-5336c8879445" rel="self" type="application/rss+xml" />
<link>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=dae138d1-66f6-4fad-86f6-5336c8879445</link>
<description>ClipboardFusion RSS: Macro mod request</description>
<lastBuildDate>Sun, 19 Apr 2026 20:01:28 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=dae138d1-66f6-4fad-86f6-5336c8879445</generator>
<item>
<title>RE: Macro mod request</title>
<link>https://www.clipboardfusion.com/Discussions/View/macro-mod-request/?ID=dae138d1-66f6-4fad-86f6-5336c8879445#5</link>
<pubDate>Tue, 30 Aug 2022 14:49:18 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/macro-mod-request/?ID=dae138d1-66f6-4fad-86f6-5336c8879445#5</guid>
<category>ClipboardFusion</category>
<description><![CDATA[I've modified the macro above to keep letters as well as digits and attached the new version to this post. You can follow the steps above to get it to run in ClipboardFusion
Returning null on the Macro causes the output of the Macro to not show up in the output window, since setting it to null i...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I've modified the macro above to keep letters as well as digits and attached the new version to this post. You can follow the steps above to get it to run in ClipboardFusion <img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
Returning null on the Macro causes the output of the Macro to not show up in the output window, since setting it to null is essentially outputting nothing. To test it I commented out all of the copying/pasting functions, and returned the modified text variable after the Regex.Replace function is run. I didn't leave it this way for this final version though, because the paste function will set the Clipboard, then the Clipboard would be set again by the result of the Macro. This could slow the whole task down, as well as lock up the Clipboard for other programs.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Macro mod request</title>
<link>https://www.clipboardfusion.com/Discussions/View/macro-mod-request/?ID=dae138d1-66f6-4fad-86f6-5336c8879445#4</link>
<pubDate>Sat, 27 Aug 2022 00:30:02 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/macro-mod-request/?ID=dae138d1-66f6-4fad-86f6-5336c8879445#4</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Hmm, I tried the macro. After importing, I opened the macro to edit it, and there is text in the 'Input' tab, but when I click 'Run Function', there is no output on the 'Output' tab. Is there output when you do this?
Despite this, when I assign the macro a hotkey, and try it on Notepad text, it ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hmm, I tried the macro. After importing, I opened the macro to edit it, and there is text in the 'Input' tab, but when I click 'Run Function', there is no output on the 'Output' tab. Is there output when you do this?<br/>
<br/>
Despite this, when I assign the macro a hotkey, and try it on Notepad text, it does work. Should I not expect to see text on the 'Output' tab of the macro edit window? I'm running 6.0 beta 4. Thanks.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Macro mod request</title>
<link>https://www.clipboardfusion.com/Discussions/View/macro-mod-request/?ID=dae138d1-66f6-4fad-86f6-5336c8879445#3</link>
<pubDate>Sat, 27 Aug 2022 00:24:34 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/macro-mod-request/?ID=dae138d1-66f6-4fad-86f6-5336c8879445#3</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Thank you! Could you actually change it to leave not just digits, but all alphanumeric characters? And to remove any punctuation, whitespace, line breaks, etc?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thank you! Could you actually change it to leave not just digits, but all alphanumeric characters? And to remove any punctuation, whitespace, line breaks, etc?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Macro mod request</title>
<link>https://www.clipboardfusion.com/Discussions/View/macro-mod-request/?ID=dae138d1-66f6-4fad-86f6-5336c8879445#2</link>
<pubDate>Fri, 26 Aug 2022 16:18:43 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/macro-mod-request/?ID=dae138d1-66f6-4fad-86f6-5336c8879445#2</guid>
<category>ClipboardFusion</category>
<description><![CDATA[I put together a Macro that should work for you. It removes every character in the copied string that isn't a digit, then pastes the result. Here's how to get it into ClipboardFusion:
Download the file attached to this post
Open the ClipboardFusion Settings window
On the "Macros" tab, click th...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I put together a Macro that should work for you. It removes every character in the copied string that isn't a digit, then pastes the result. Here's how to get it into ClipboardFusion:<br/>
<br/>
<ul class="ListBullet">
<li>Download the file attached to this post</li>
<li>Open the ClipboardFusion Settings window</li>
<li>On the "Macros" tab, click the "Import" button</li>
<li>Select the file you downloaded in the first step</li>
<li>In the window that pops up, you can review the code and assign the Macro a HotKey</li>
<li>Click OK to close the Macro Edit window, then OK again to save and apply your changes</li></ul>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>Macro mod request</title>
<link>https://www.clipboardfusion.com/Discussions/View/macro-mod-request/?ID=dae138d1-66f6-4fad-86f6-5336c8879445</link>
<pubDate>Tue, 23 Aug 2022 23:53:15 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/macro-mod-request/?ID=dae138d1-66f6-4fad-86f6-5336c8879445</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Hi, the attached macro will remove all whitespace characters from a highlighted string with auto copy/paste. Can someone help me modify it to also remove '+' and '-' from the string, for easily converting international phone numbers into just a numerical string? Thank you.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi, the attached macro will remove all whitespace characters from a highlighted string with auto copy/paste. Can someone help me modify it to also remove '+' and '-' from the string, for easily converting international phone numbers into just a numerical string? Thank you.
</div>
]]></content:encoded>
</item>
</channel>
</rss>