<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - ginoplusio</title>
<link>http://snipplr.com/users/ginoplusio/tags/Expression</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 02:40:11 GMT</pubDate>
<item>
<title>(PHP) PHP parse url, mailto, and also twitter’s usernames and arguments</title>
<link>http://snipplr.com/view/29556/php-parse-url-mailto-and-also-twitters-usernames-and-arguments/</link>
<description><![CDATA[ <p>This small function receive a text as input and returns an html text with links if the source text contains urls (http://www… but also ftp://… and every other protocol), emails, twitter’s usernames (with @ at the beginning) and also twitter tags (with # at the beginning).</p> ]]></description>
<pubDate>Wed, 10 Mar 2010 14:43:43 GMT</pubDate>
<guid>http://snipplr.com/view/29556/php-parse-url-mailto-and-also-twitters-usernames-and-arguments/</guid>
</item>
<item>
<title>(JavaScript) OnKeyUp fix alphanumerical chars</title>
<link>http://snipplr.com/view/10031/onkeyup-fix-alphanumerical-chars/</link>
<description><![CDATA[ <p>strip non alphanumerical characters while typing</p> ]]></description>
<pubDate>Tue, 25 Nov 2008 07:09:15 GMT</pubDate>
<guid>http://snipplr.com/view/10031/onkeyup-fix-alphanumerical-chars/</guid>
</item>
<item>
<title>(ASP) Asp ereg_replace function  (similar to php function)</title>
<link>http://snipplr.com/view/9642/asp-eregreplace-function--similar-to-php-function/</link>
<description><![CDATA[ <p>similar to php ereg_replace.
You can pass this pattern [^A-Za-z0-9] and "" to remove from string non alphanumerical chars:

s = ereg_replace("[^A-Za-z0-9]","",s)

I use this function to clean input fields...</p> ]]></description>
<pubDate>Tue, 11 Nov 2008 05:47:15 GMT</pubDate>
<guid>http://snipplr.com/view/9642/asp-eregreplace-function--similar-to-php-function/</guid>
</item>
</channel>
</rss>