<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Musings on Database Security &#187; hedgehog</title>
	<atom:link href="http://www.slaviks-blog.com/category/hedgehog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.slaviks-blog.com</link>
	<description>Slavik&#039;s Blog</description>
	<lastBuildDate>Wed, 07 Dec 2011 17:07:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Effective and Efficient Regular Expressions</title>
		<link>http://www.slaviks-blog.com/2009/10/08/effective-and-efficient-regular-expressions/</link>
		<comments>http://www.slaviks-blog.com/2009/10/08/effective-and-efficient-regular-expressions/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 23:00:24 +0000</pubDate>
		<dc:creator>Slavik</dc:creator>
				<category><![CDATA[hedgehog]]></category>
		<category><![CDATA[technical tips]]></category>

		<guid isPermaLink="false">http://www.slaviks-blog.com/?p=177</guid>
		<description><![CDATA[Another guest post by Roy Fox, Sentrigo’s Head of Security Research. Here is a list of things worth considering when using regular expressions. Some of the tips are Hedgehog related. Use predefined character sets You should usually prefer using predefined character sets, such as \d, to explicit ones, such as [0-9]. Some character sets provide [...]]]></description>
		<wfw:commentRss>http://www.slaviks-blog.com/2009/10/08/effective-and-efficient-regular-expressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.364 seconds -->

