<?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/language/regex/tags/url</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 08:51:30 GMT</pubDate>
<item>
<title>(Regular Expression) Regular Expression for Matching URLs with or without http(s) - brandonjp</title>
<link>http://snipplr.com/view/68530/regular-expression-for-matching-urls-with-or-without-https/</link>
<description><![CDATA[ <p>thanks to... 
http://gskinner.com/RegExr/
http://daringfireball.net/2010/07/improved_regex_for_matching_urls</p> ]]></description>
<pubDate>Tue, 13 Nov 2012 07:34:18 GMT</pubDate>
<guid>http://snipplr.com/view/68530/regular-expression-for-matching-urls-with-or-without-https/</guid>
</item>
<item>
<title>(Regular Expression) regex url parser - darronz</title>
<link>http://snipplr.com/view/39718/regex-url-parser/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 31 Aug 2010 00:25:19 GMT</pubDate>
<guid>http://snipplr.com/view/39718/regex-url-parser/</guid>
</item>
<item>
<title>(Regular Expression) URL Matching - benrasmusen</title>
<link>http://snipplr.com/view/38078/url-matching/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 30 Jul 2010 06:53:31 GMT</pubDate>
<guid>http://snipplr.com/view/38078/url-matching/</guid>
</item>
<item>
<title>(Regular Expression) YouTube URL matcher, video ID catcher - nkm</title>
<link>http://snipplr.com/view/33375/youtube-url-matcher-video-id-catcher/</link>
<description><![CDATA[ <p>PCRE that matches any kind of YouTube URL and catches its video ID. It supports three kinds of URL: the classic (?v=), the AJAXed one (#!v=) and the short version (youtu.be). It also supports international URLs.

Tested with Javascript and PHP.</p> ]]></description>
<pubDate>Tue, 27 Apr 2010 16:02:49 GMT</pubDate>
<guid>http://snipplr.com/view/33375/youtube-url-matcher-video-id-catcher/</guid>
</item>
<item>
<title>(Regular Expression) Match URLs in Plain Text - bostonbasso</title>
<link>http://snipplr.com/view/30129/match-urls-in-plain-text/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 22 Mar 2010 21:06:10 GMT</pubDate>
<guid>http://snipplr.com/view/30129/match-urls-in-plain-text/</guid>
</item>
<item>
<title>(Regular Expression) Regex to detect urls - arpit</title>
<link>http://snipplr.com/view/24725/regex-to-detect-urls/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 13 Dec 2009 21:27:51 GMT</pubDate>
<guid>http://snipplr.com/view/24725/regex-to-detect-urls/</guid>
</item>
<item>
<title>(Regular Expression) Actually useful URL parsing RegEx - remotezygote</title>
<link>http://snipplr.com/view/20223/actually-useful-url-parsing-regex/</link>
<description><![CDATA[ <p>Matches are as follows:

0 = protocol
1 = fqdn
2 = subdomain
3 = top level subdomain
4 = domain (blah.com)
5 = port
6 = path
7 = query string
8 = hash</p> ]]></description>
<pubDate>Thu, 24 Sep 2009 14:51:23 GMT</pubDate>
<guid>http://snipplr.com/view/20223/actually-useful-url-parsing-regex/</guid>
</item>
<item>
<title>(Regular Expression) Validate a URL - meggesje</title>
<link>http://snipplr.com/view/19502/validate-a-url/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 10 Sep 2009 08:16:19 GMT</pubDate>
<guid>http://snipplr.com/view/19502/validate-a-url/</guid>
</item>
<item>
<title>(Regular Expression) Regex for matching URLs (without http:///) - alistairholt</title>
<link>http://snipplr.com/view/14565/regex-for-matching-urls-without-http/</link>
<description><![CDATA[ <p>Run with global and ignoreCase flags.</p> ]]></description>
<pubDate>Wed, 29 Apr 2009 07:10:26 GMT</pubDate>
<guid>http://snipplr.com/view/14565/regex-for-matching-urls-without-http/</guid>
</item>
<item>
<title>(Regular Expression) Regular Expressions For URI Validation/Parsing - wizard04</title>
<link>http://snipplr.com/view/6889/regular-expressions-for-uri-validationparsing/</link>
<description><![CDATA[ <p>(Supported by JavaScript, maybe other languages)</p> ]]></description>
<pubDate>Tue, 24 Jun 2008 16:20:14 GMT</pubDate>
<guid>http://snipplr.com/view/6889/regular-expressions-for-uri-validationparsing/</guid>
</item>
</channel>
</rss>