<?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/special</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 03:52:57 GMT</pubDate>
<item>
<title>(PHP) Javascript  validation for text box . Special Characters, Numbers. - laxman2021</title>
<link>http://snipplr.com/view/69068/javascript--validation-for-text-box--special-characters-numbers/</link>
<description><![CDATA[ <p>Special chars, Numbers validation.</p> ]]></description>
<pubDate>Tue, 11 Dec 2012 19:16:54 GMT</pubDate>
<guid>http://snipplr.com/view/69068/javascript--validation-for-text-box--special-characters-numbers/</guid>
</item>
<item>
<title>(PHP) Unaccent a string - MGHollander</title>
<link>http://snipplr.com/view/65596/unaccent-a-string/</link>
<description><![CDATA[ <p>Unaccent a string.

 An example string like ÀØėÿᾜὨζὅБю will be translated to AOeyIOzoBY.</p> ]]></description>
<pubDate>Wed, 13 Jun 2012 19:58:42 GMT</pubDate>
<guid>http://snipplr.com/view/65596/unaccent-a-string/</guid>
</item>
<item>
<title>(Clojure) Listing special forms - ef</title>
<link>http://snipplr.com/view/65485/listing-special-forms/</link>
<description><![CDATA[ <p>Title tells everything</p> ]]></description>
<pubDate>Fri, 08 Jun 2012 21:12:35 GMT</pubDate>
<guid>http://snipplr.com/view/65485/listing-special-forms/</guid>
</item>
<item>
<title>(PHP) PHP SEO url string filter - KabuqueJoe</title>
<link>http://snipplr.com/view/50865/php-seo-url-string-filter/</link>
<description><![CDATA[ <p>This function will transform any string to an seo url like string. It suports latin, french and german special characters.

Example: applying the function to "Exemplo de aplicação da função" returns "exemplo-de-aplicacao-da-funcao"</p> ]]></description>
<pubDate>Sun, 20 Mar 2011 05:59:27 GMT</pubDate>
<guid>http://snipplr.com/view/50865/php-seo-url-string-filter/</guid>
</item>
<item>
<title>(Visual Basic) Excel Copy value from cell with custom format - abhisood</title>
<link>http://snipplr.com/view/49080/excel-copy-value-from-cell-with-custom-format/</link>
<description><![CDATA[ <p>Excel macro to copy values from formated cells. For example:

If you have a sheet that has huge numbers in millions for example 1,312,323 and you apply a format to the cell such that only 1.3 is displayed, if you want to copy 1.3 and put it in a database (without the format) use the following snippet.

Select all the cells you want to apply this macro and run it.

Note: this will convert the cell values to string</p> ]]></description>
<pubDate>Wed, 16 Feb 2011 10:56:25 GMT</pubDate>
<guid>http://snipplr.com/view/49080/excel-copy-value-from-cell-with-custom-format/</guid>
</item>
<item>
<title>(Java) HTML Special  characters escape - coder_</title>
<link>http://snipplr.com/view/48999/html-special--characters-escape/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 14 Feb 2011 21:42:21 GMT</pubDate>
<guid>http://snipplr.com/view/48999/html-special--characters-escape/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Encode and Decode HTML Entity Names (Full Set) - adrianparr</title>
<link>http://snipplr.com/view/46566/as3-encode-and-decode-html-entity-names-full-set/</link>
<description><![CDATA[ <p>Use this static class to encode and decode HTML Entity Names. For some reason Snipplr doesn't display all the code, so download the ZIP file for a full working demo and source code.</p> ]]></description>
<pubDate>Thu, 06 Jan 2011 01:45:52 GMT</pubDate>
<guid>http://snipplr.com/view/46566/as3-encode-and-decode-html-entity-names-full-set/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Replace Special XML Characters with Entity Names (Partial Set) - adrianparr</title>
<link>http://snipplr.com/view/45887/as3-replace-special-xml-characters-with-entity-names-partial-set/</link>
<description><![CDATA[ <p>These five characters should be replaced with their HTML entity names before being used in XML, otherwise they may cause the XML to be invalid.</p> ]]></description>
<pubDate>Fri, 17 Dec 2010 23:00:40 GMT</pubDate>
<guid>http://snipplr.com/view/45887/as3-replace-special-xml-characters-with-entity-names-partial-set/</guid>
</item>
<item>
<title>(PHP) php strip special characters from text using preg_replace - blipz</title>
<link>http://snipplr.com/view/41769/php-strip-special-characters-from-text-using-pregreplace/</link>
<description><![CDATA[ <p>This will strip special characters and return only what is required and very useful in search queries to avoid xss injections.</p> ]]></description>
<pubDate>Thu, 07 Oct 2010 20:45:13 GMT</pubDate>
<guid>http://snipplr.com/view/41769/php-strip-special-characters-from-text-using-pregreplace/</guid>
</item>
<item>
<title>(PHP) safe strtolower - iroybot</title>
<link>http://snipplr.com/view/38096/safe-strtolower/</link>
<description><![CDATA[ <p>in order to handle special chars like german umlauts...</p> ]]></description>
<pubDate>Fri, 30 Jul 2010 20:43:45 GMT</pubDate>
<guid>http://snipplr.com/view/38096/safe-strtolower/</guid>
</item>
<item>
<title>(SAS) Special Missing Values in SAS - sarathannapareddy</title>
<link>http://snipplr.com/view/33201/special-missing-values-in-sas/</link>
<description><![CDATA[ <p>Special missing value is a type of numeric missing value that enables you to represent different categories of missing data by using the letters A-Z or an underscore.</p> ]]></description>
<pubDate>Mon, 26 Apr 2010 19:47:19 GMT</pubDate>
<guid>http://snipplr.com/view/33201/special-missing-values-in-sas/</guid>
</item>
<item>
<title>(PHP) Remove all non word characters - Zwendel</title>
<link>http://snipplr.com/view/21293/remove-all-non-word-characters/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 16 Oct 2009 04:10:48 GMT</pubDate>
<guid>http://snipplr.com/view/21293/remove-all-non-word-characters/</guid>
</item>
<item>
<title>(PHP) fix_content() - jspicher</title>
<link>http://snipplr.com/view/20909/fixcontent/</link>
<description><![CDATA[ <p>Fix special mac-characters in a string of text.</p> ]]></description>
<pubDate>Fri, 09 Oct 2009 16:55:02 GMT</pubDate>
<guid>http://snipplr.com/view/20909/fixcontent/</guid>
</item>
<item>
<title>(PHP) Clean Special Characters - fackz</title>
<link>http://snipplr.com/view/18138/clean-special-characters/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 10 Aug 2009 09:08:50 GMT</pubDate>
<guid>http://snipplr.com/view/18138/clean-special-characters/</guid>
</item>
<item>
<title>(PHP) Magento sonderangebote abfragen - nico65</title>
<link>http://snipplr.com/view/17506/magento-sonderangebote-abfragen/</link>
<description><![CDATA[ <p>abfragen ob ein Product ein Sonderangebot ist.</p> ]]></description>
<pubDate>Mon, 27 Jul 2009 11:03:41 GMT</pubDate>
<guid>http://snipplr.com/view/17506/magento-sonderangebote-abfragen/</guid>
</item>
<item>
<title>(jQuery) Handling an ID's special characters in jQuery - penguin999</title>
<link>http://snipplr.com/view/14103/handling-an-ids-special-characters-in-jquery/</link>
<description><![CDATA[ <p>One must escape "special characters" in id names using two backslashes.</p> ]]></description>
<pubDate>Thu, 16 Apr 2009 19:15:17 GMT</pubDate>
<guid>http://snipplr.com/view/14103/handling-an-ids-special-characters-in-jquery/</guid>
</item>
<item>
<title>(PHP) Uppercasing with special characters - fackz</title>
<link>http://snipplr.com/view/13245/uppercasing-with-special-characters/</link>
<description><![CDATA[ <p>ISO-8859-1 (Latin 1) full with all special characters:
results in

TRY THIS: ÄÖÜß</p> ]]></description>
<pubDate>Wed, 18 Mar 2009 16:11:59 GMT</pubDate>
<guid>http://snipplr.com/view/13245/uppercasing-with-special-characters/</guid>
</item>
<item>
<title>(PHP) Replace All Latin Accents - prf_q</title>
<link>http://snipplr.com/view/11171/replace-all-latin-accents/</link>
<description><![CDATA[ <p>// FUNCION BY Ahmet Alp Balkan
// http://www.ahmetalpbalkan.com</p> ]]></description>
<pubDate>Wed, 14 Jan 2009 10:08:56 GMT</pubDate>
<guid>http://snipplr.com/view/11171/replace-all-latin-accents/</guid>
</item>
<item>
<title>(JavaScript) Validate for Special Characters - charmcitycoder</title>
<link>http://snipplr.com/view/10553/validate-for-special-characters/</link>
<description><![CDATA[ <p>Always always always backup client side validation with server side validation! =D</p> ]]></description>
<pubDate>Wed, 17 Dec 2008 09:14:44 GMT</pubDate>
<guid>http://snipplr.com/view/10553/validate-for-special-characters/</guid>
</item>
<item>
<title>(ASP) UrlEncode - ASP Classic - charmcitycoder</title>
<link>http://snipplr.com/view/10534/urlencode--asp-classic/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 16 Dec 2008 14:54:27 GMT</pubDate>
<guid>http://snipplr.com/view/10534/urlencode--asp-classic/</guid>
</item>
</channel>
</rss>