<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns="http://www.w3.org/2005/Atom">
  <title>RubyCorner</title>
  <subtitle>Last updated blogs written in indonesian at RubyCorner</subtitle>
  <link href="http://www.rubycorner.com/feeds/updated/atom10" rel="self"/>
  <id>http://www.rubycorner.com/feeds/updated/atom10</id>
  <updated>2010-09-05T03:27:40Z</updated>
  <entry>
    <title>Railsmine :: The Ruby Way to do URL Validation</title>
    <link href="http://www.railsmine.net/2010/09/ruby-way-to-do-url-validation.html" rel="alternate"/>
    <id>http://www.railsmine.net/2010/09/ruby-way-to-do-url-validation.html</id>
    <updated>2010-09-05T03:27:40Z</updated>
    <author>
      <name>Aji</name>
    </author>
    <summary>As we know, to do URL validation we can use regular expression such as:
my_url =~ /^(http|https):\/\/[a-z0-9]+([\-\.]{1}[a-z0-9]+)*\.[a-z]{2,5}(([0-9]{1,5})?\/.*)?$/ix

After I read blog post from Mic...</summary>
  </entry>
</feed>
