<?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: Help for macro to Replace few things at once</title>
<atom:link href="https://www.clipboardfusion.com/Discussions/RSS/?TopicID=86628d5f-c969-4813-a48e-a45307f6ec5f" rel="self" type="application/rss+xml" />
<link>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=86628d5f-c969-4813-a48e-a45307f6ec5f</link>
<description>ClipboardFusion RSS: Help for macro to Replace few things at once</description>
<lastBuildDate>Mon, 18 May 2026 15:47:58 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=86628d5f-c969-4813-a48e-a45307f6ec5f</generator>
<item>
<title>RE: Help for macro to Replace few things at once</title>
<link>https://www.clipboardfusion.com/Discussions/View/help-for-macro-to-replace-few-things-at-once/?ID=86628d5f-c969-4813-a48e-a45307f6ec5f#2</link>
<pubDate>Mon, 20 Aug 2012 19:48:31 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/help-for-macro-to-replace-few-things-at-once/?ID=86628d5f-c969-4813-a48e-a45307f6ec5f#2</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Sorry for the delayed response! It looks like you're trying to decode URLs? If so, you can use this macro:
Code
Copy
Select All
using System;
using System.Web;
public static class ClipboardFusionHelper
{
public static string ProcessText(string text)
{
return HttpUtility.UrlDecode(text);...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Sorry for the delayed response! It looks like you're trying to decode URLs? If so, you can use this macro:<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019e3bc5ca9b72cca8d5880cfdfde10f" class="ClipboardCopyControl"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019e3bc5ca9b72cca8d5880cfdfde10fJs'); return false;"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019e3bc5ca9b72cca8d5880cfdfde10fJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">using System;
using System.Web;

public static class ClipboardFusionHelper
{
    public static string ProcessText(string text)
    {
        return HttpUtility.UrlDecode(text);
    }
}</pre><textarea id="code019e3bc5ca9b72cca8d5880cfdfde10f" name="code019e3bc5ca9b72cca8d5880cfdfde10f" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
Hope that helps!
</div>
]]></content:encoded>
</item>
<item>
<title>Help for macro to Replace few things at once</title>
<link>https://www.clipboardfusion.com/Discussions/View/help-for-macro-to-replace-few-things-at-once/?ID=86628d5f-c969-4813-a48e-a45307f6ec5f</link>
<pubDate>Mon, 13 Aug 2012 00:23:15 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/help-for-macro-to-replace-few-things-at-once/?ID=86628d5f-c969-4813-a48e-a45307f6ec5f</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Hello, i am new here and have this program since today.
i saw the exampe macro of Replace Spaces with Hypens and have try one makro to replace more as one text but i get only garbage
i wish one makro that can replace %20 to " " (space), %5E to ^, %0A to \n,...
what i need is a example makro to...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hello, i am new here and have this program since today.<br/>
<br/>
i saw the exampe macro of <i>Replace Spaces with Hypens</i> and have try one makro to replace more as one text but i get only garbage<br/>
<br/>
i wish one makro that can replace %20 to " " (space), %5E to ^, %0A to \n,...<br/>
<br/>
what i need is a example makro to replace much more strings as one<br/>
<br/>
example makro is<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019e3bc5caa375e1b28769406a965146" class="ClipboardCopyControl"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019e3bc5caa375e1b28769406a965146Js'); return false;"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019e3bc5caa375e1b28769406a965146Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">using System;

public static class ClipboardFusionHelper
{
    public static string ProcessText(string text)
    {
        return text.Replace(" ", "-");
    }
}</pre><textarea id="code019e3bc5caa375e1b28769406a965146" name="code019e3bc5caa375e1b28769406a965146" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div>
</div>
]]></content:encoded>
</item>
</channel>
</rss>