<?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/case</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 06:02:20 GMT</pubDate>
<item>
<title>(PHP) PHP Search String in Array - Case Insensitive - kosinix</title>
<link>http://snipplr.com/view/68554/php-search-string-in-array--case-insensitive/</link>
<description><![CDATA[ <p>Use it similar to in_array function of PHP.</p> ]]></description>
<pubDate>Wed, 14 Nov 2012 11:10:51 GMT</pubDate>
<guid>http://snipplr.com/view/68554/php-search-string-in-array--case-insensitive/</guid>
</item>
<item>
<title>(Visual Basic) Splitting the words in a  TitleCase string without using regular expressions (for VBA) - warwick-datum-process</title>
<link>http://snipplr.com/view/65842/splitting-the-words-in-a--titlecase-string-without-using-regular-expressions-for-vba/</link>
<description><![CDATA[ <p>Using VBA (Visual Basic for Applications) in MS Access, I needed to convert TitleCase to lower\_case, but did not have the regex enqine that's available in VB Script.  This solution,  based on a simple state machine model, splits the words in the string (converting to lower-case is trivial after that).  It treats a block of upper-case letters as a single word, but the last letter of that block is the first letter of the next word; e.g., "VBAIsLame" becomes "VBA Is Lame".   Because of this behaviour, if you subsequently convert to lower-case, you cannot reliably convert back to the original (all-upper-case words are indistinguishable from title-case words).  To resolve this potential ambiguity, you can supply an "upper\_case\_indicator" that will be inserted before each capital letter that isn't the start of a word.  So `TitleCaseSplit("VBAIsLame", "_", "-")` returns "V-B-A\_Is\_Lame".</p> ]]></description>
<pubDate>Thu, 28 Jun 2012 03:16:13 GMT</pubDate>
<guid>http://snipplr.com/view/65842/splitting-the-words-in-a--titlecase-string-without-using-regular-expressions-for-vba/</guid>
</item>
<item>
<title>(Clojure) Filtering by using case example - ef</title>
<link>http://snipplr.com/view/64775/filtering-by-using-case-example/</link>
<description><![CDATA[ <p>Example of filtering by using case</p> ]]></description>
<pubDate>Tue, 01 May 2012 01:33:18 GMT</pubDate>
<guid>http://snipplr.com/view/64775/filtering-by-using-case-example/</guid>
</item>
<item>
<title>(PHP) Generate random caracters with random case and/or random digits - TimoZachi</title>
<link>http://snipplr.com/view/58585/generate-random-caracters-with-random-case-andor-random-digits/</link>
<description><![CDATA[ <p>A simple function that generates a string with random alphabet caracters (a to z) and/or digits. Note: the string generated is not guaranteed to be unique.</p> ]]></description>
<pubDate>Sat, 10 Sep 2011 09:31:53 GMT</pubDate>
<guid>http://snipplr.com/view/58585/generate-random-caracters-with-random-case-andor-random-digits/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Switch Statement Example - adrianparr</title>
<link>http://snipplr.com/view/48889/as3-switch-statement-example/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 12 Feb 2011 05:59:43 GMT</pubDate>
<guid>http://snipplr.com/view/48889/as3-switch-statement-example/</guid>
</item>
<item>
<title>(Perl) Changing text case utility - davidmoreen</title>
<link>http://snipplr.com/view/38738/changing-text-case-utility/</link>
<description><![CDATA[ <p>Just run in your consol window as ./tocase (or whatever you call the file). Be sure to give it proper permission first (chmod 755 tocase) :]</p> ]]></description>
<pubDate>Mon, 09 Aug 2010 08:20:18 GMT</pubDate>
<guid>http://snipplr.com/view/38738/changing-text-case-utility/</guid>
</item>
<item>
<title>(SQL) CASE WHEN ... THEN - RealRover</title>
<link>http://snipplr.com/view/38661/case-when--then/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 07 Aug 2010 06:34:35 GMT</pubDate>
<guid>http://snipplr.com/view/38661/case-when--then/</guid>
</item>
<item>
<title>(PHP) HTML, PHP : Recuperer simplement les checkbox cochée dans une liste de checkbox - alexandrepayet</title>
<link>http://snipplr.com/view/31731/html-php--recuperer-simplement-les-checkbox-coche-dans-une-liste-de-checkbox/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 14 Apr 2010 01:44:09 GMT</pubDate>
<guid>http://snipplr.com/view/31731/html-php--recuperer-simplement-les-checkbox-coche-dans-une-liste-de-checkbox/</guid>
</item>
<item>
<title>(MySQL) MySQL Proper Case Function - zulugrid</title>
<link>http://snipplr.com/view/27198/mysql-proper-case-function/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 27 Jan 2010 19:39:23 GMT</pubDate>
<guid>http://snipplr.com/view/27198/mysql-proper-case-function/</guid>
</item>
<item>
<title>(Python) Python: switch statement (a replacement of..) - magicrebirth</title>
<link>http://snipplr.com/view/25258/python-switch-statement-a-replacement-of/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Dec 2009 15:32:08 GMT</pubDate>
<guid>http://snipplr.com/view/25258/python-switch-statement-a-replacement-of/</guid>
</item>
<item>
<title>(Bash) Identify files in cwd which only differ in case - tm</title>
<link>http://snipplr.com/view/25045/identify-files-in-cwd-which-only-differ-in-case/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 18 Dec 2009 23:02:30 GMT</pubDate>
<guid>http://snipplr.com/view/25045/identify-files-in-cwd-which-only-differ-in-case/</guid>
</item>
<item>
<title>(ASP) Proper Case String Conversion - Shurik76</title>
<link>http://snipplr.com/view/22125/proper-case-string-conversion/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 29 Oct 2009 23:08:13 GMT</pubDate>
<guid>http://snipplr.com/view/22125/proper-case-string-conversion/</guid>
</item>
<item>
<title>(PHP) PHP String Case Manipulation - radarseven</title>
<link>http://snipplr.com/view/18621/php-string-case-manipulation/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 20 Aug 2009 22:09:57 GMT</pubDate>
<guid>http://snipplr.com/view/18621/php-string-case-manipulation/</guid>
</item>
<item>
<title>(XSLT) First Character to Upper Case - Meander365</title>
<link>http://snipplr.com/view/17831/first-character-to-upper-case/</link>
<description><![CDATA[ <p>Generate the first character then show the remaining string.</p> ]]></description>
<pubDate>Mon, 03 Aug 2009 07:14:16 GMT</pubDate>
<guid>http://snipplr.com/view/17831/first-character-to-upper-case/</guid>
</item>
<item>
<title>(PHP) Convert String to Proper Case - teedy</title>
<link>http://snipplr.com/view/17189/convert-string-to-proper-case/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 20 Jul 2009 02:16:09 GMT</pubDate>
<guid>http://snipplr.com/view/17189/convert-string-to-proper-case/</guid>
</item>
<item>
<title>(Java) String in Title case - darkapple</title>
<link>http://snipplr.com/view/15985/string-in-title-case/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 16 Jun 2009 05:48:39 GMT</pubDate>
<guid>http://snipplr.com/view/15985/string-in-title-case/</guid>
</item>
<item>
<title>(SQL) SQL case sensitive match for user and password - ginoplusio</title>
<link>http://snipplr.com/view/9893/sql-case-sensitive-match-for-user-and-password/</link>
<description><![CDATA[ <p>When you make a login remember to use CASE SENSITIVE on password and case insensitive on username</p> ]]></description>
<pubDate>Tue, 18 Nov 2008 08:02:33 GMT</pubDate>
<guid>http://snipplr.com/view/9893/sql-case-sensitive-match-for-user-and-password/</guid>
</item>
<item>
<title>(Bash) rename files to lower case - nark0ppler</title>
<link>http://snipplr.com/view/9028/rename-files-to-lower-case/</link>
<description><![CDATA[ <p>Rename files to lowercase easily</p> ]]></description>
<pubDate>Wed, 15 Oct 2008 07:10:35 GMT</pubDate>
<guid>http://snipplr.com/view/9028/rename-files-to-lower-case/</guid>
</item>
<item>
<title>(Bash) shell script menu - rwczippy</title>
<link>http://snipplr.com/view/7892/shell-script-menu/</link>
<description><![CDATA[ <p>menu will only quit when 'q' is pressed</p> ]]></description>
<pubDate>Sat, 16 Aug 2008 19:30:55 GMT</pubDate>
<guid>http://snipplr.com/view/7892/shell-script-menu/</guid>
</item>
<item>
<title>(JavaScript) Javascript IF Statements - shanegriff</title>
<link>http://snipplr.com/view/6840/javascript-if-statements/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 22 Jun 2008 18:16:09 GMT</pubDate>
<guid>http://snipplr.com/view/6840/javascript-if-statements/</guid>
</item>
</channel>
</rss>