<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (jpcody)</title>
    <link>https://pinboard.in/u:jpcody/public/</link>
    <description>recent bookmarks from jpcody</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://refiddle.com/"/>
	<rdf:li rdf:resource="http://mathiasbynens.be/demo/url-regex"/>
	<rdf:li rdf:resource="http://jmrware.com/articles/2010/jqueryregex/jQueryRegexes.html"/>
	<rdf:li rdf:resource="http://daringfireball.net/2009/11/liberal_regex_for_matching_urls"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://refiddle.com/">
    <title>/reFiddle+/</title>
    <dc:date>2012-06-21T11:48:18+00:00</dc:date>
    <link>http://refiddle.com/</link>
    <dc:creator>jpcody</dc:creator><dc:subject>regex</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jpcody/b:5082fbc6d026/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:regex"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://mathiasbynens.be/demo/url-regex">
    <title>In search of the perfect URL validation regex</title>
    <dc:date>2011-11-07T16:53:27+00:00</dc:date>
    <link>http://mathiasbynens.be/demo/url-regex</link>
    <dc:creator>jpcody</dc:creator><description><![CDATA[Assume that this regex will be used for a public URL shortener written in PHP, so URLs like http://localhost/, //foo.bar/, ://foo.bar/, data:text/plain;charset=utf-8,OHAI and tel:+1234567890 shouldn’t pass (even though they’re technically valid). Also, in this case I only want to allow the HTTP, HTTPS and FTP protocols.

]]></description>
<dc:subject>regex</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jpcody/b:da3f65886693/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:regex"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://jmrware.com/articles/2010/jqueryregex/jQueryRegexes.html">
    <title>​j​Q​u​e​r​y​ ​R​e​g​u​l​a​r​ ​E​x​p​r​e​s​s​i​o​n​s​ ​R​e​v​i​e​w​ ​(​R​e​v​:​2​0​1​0​0​9​2​1​_​1​7​0​0​)</title>
    <dc:date>2010-09-22T15:42:01+00:00</dc:date>
    <link>http://jmrware.com/articles/2010/jqueryregex/jQueryRegexes.html</link>
    <dc:creator>jpcody</dc:creator><description><![CDATA[jQuery is a very popular Javascript framework which internally utilizes a number of regular expressions. Most of these regexes work correctly and accurately match (and fail to match) their intended targets. However, quite a few of these can be improved with regard to efficiency (some with regard to matching, others with regard to non-matching - both are important). A comprehensive review of all jQuery regular expressions was recently performed, and this article presents the results of this analysis and offers improved versions. (The jQuery version analyzed was 1.4.3pre: Git commit #747ba7defd82bffa6c7ccb69e53b834cbfddb62c 20-Sep-2010.)

]]></description>
<dc:subject>javascript jquery regex</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jpcody/b:57df3d472d93/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:jquery"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:regex"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://daringfireball.net/2009/11/liberal_regex_for_matching_urls">
    <title>Daring Fireball: A Liberal, Accurate Regex Pattern for Matching URLs</title>
    <dc:date>2009-11-27T18:59:47+00:00</dc:date>
    <link>http://daringfireball.net/2009/11/liberal_regex_for_matching_urls</link>
    <dc:creator>jpcody</dc:creator><description><![CDATA[A common problem programming problem: identify the URLs in an arbitrary string of text, where by “arbitrary” let’s agree we mean something unstructured such as an email message or a tweet. I offer a solution, in the form of the following regex pattern:]]></description>
<dc:subject>regex urls programming</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jpcody/b:20454a5ea8e8/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:regex"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:urls"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:programming"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>