<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: Pawik's Code Snippets</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Fri, 08 Aug 2008 17:29:14 GMT</pubDate>
    <description>DZone Snippets: Pawik's Code Snippets</description>
    <item>
      <title>Match UTF-8 characters</title>
      <link>http://snippets.dzone.com/posts/show/4731</link>
      <description>&lt;code&gt;&lt;br /&gt;var string = 'abcde &#261;b&#263;d&#281;';&lt;br /&gt;&lt;br /&gt;// this wont find anythin&lt;br /&gt;string.match( /^[a-z]*$/i );&lt;br /&gt;&lt;br /&gt;// and this one will work fine :)&lt;br /&gt;string.match( /^[a-z\u00A1-\uFFFF]*$/i );&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Sat, 03 Nov 2007 11:33:37 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/4731</guid>
      <author>pawik (Paul)</author>
    </item>
  </channel>
</rss>
