<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/concatenation</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 13:23:12 GMT</pubDate>
<item>
<title>(JavaScript) Search and don\'t replace - ultranaut</title>
<link>http://snipplr.com/view/60101/search-and-dont-replace/</link>
<description><![CDATA[ <p>two awesome bits: using ''.replace() perform an action (other than replacing it) on some text, and a simple way to concatenate strings with a separator (retardedly simple but it always confuses me)</p> ]]></description>
<pubDate>Mon, 24 Oct 2011 05:48:10 GMT</pubDate>
<guid>http://snipplr.com/view/60101/search-and-dont-replace/</guid>
</item>
<item>
<title>(Bash) [shell] concatenate all files in a folder - browny</title>
<link>http://snipplr.com/view/53280/shell-concatenate-all-files-in-a-folder/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 10 May 2011 18:52:39 GMT</pubDate>
<guid>http://snipplr.com/view/53280/shell-concatenate-all-files-in-a-folder/</guid>
</item>
<item>
<title>(PHP) String Concatenator - mscribellito</title>
<link>http://snipplr.com/view/44398/string-concatenator/</link>
<description><![CDATA[ <p>Used to concatenate any given number of arguments into a single string. An alternative to the ugly:
$some_var . $another_var
or
sprintf("%s %s", $some_var, $another_var)</p> ]]></description>
<pubDate>Fri, 19 Nov 2010 05:42:03 GMT</pubDate>
<guid>http://snipplr.com/view/44398/string-concatenator/</guid>
</item>
<item>
<title>(C) C  #define macro to generate a comment using concatenation operator in preprocessor - jimfred</title>
<link>http://snipplr.com/view/10247/c--define-macro-to-generate-a-comment-using-concatenation-operator-in-preprocessor/</link>
<description><![CDATA[ <p>This uses the concatenation operator "##" to insert a comment "//"</p> ]]></description>
<pubDate>Wed, 03 Dec 2008 12:36:30 GMT</pubDate>
<guid>http://snipplr.com/view/10247/c--define-macro-to-generate-a-comment-using-concatenation-operator-in-preprocessor/</guid>
</item>
</channel>
</rss>