<?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>Chuckles’ Blog or Chog, or maybe Bluckles &#187; regexp</title>
	<atom:link href="http://blog.chuckles34.net/category/regexp/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.chuckles34.net</link>
	<description>As you'll see, i can waste a lot of time</description>
	<lastBuildDate>Wed, 23 Mar 2011 07:15:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Wiki-Links and PHP bugs &#8211; complete</title>
		<link>http://blog.chuckles34.net/2007/08/06/wiki-links-and-php-bugs-complete</link>
		<comments>http://blog.chuckles34.net/2007/08/06/wiki-links-and-php-bugs-complete#comments</comments>
		<pubDate>Mon, 06 Aug 2007 04:41:06 +0000</pubDate>
		<dc:creator>Chuckles</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[regexp]]></category>
		<category><![CDATA[wiki-links]]></category>
		<category><![CDATA[Wordpress plugin]]></category>

		<guid isPermaLink="false">http://blog.chuckles34.net/?p=11</guid>
		<description><![CDATA[Well i implemented the linking of categories and created a new plugin &#8220;Advanced Wiki Links&#8221;. Grab it if you want to take a look.]]></description>
			<content:encoded><![CDATA[<p>Well i implemented the linking of categories and created a new plugin <a href="/advanced-wiki-links-01/" title="Advanced Wiki Links">&#8220;Advanced Wiki Links&#8221;</a>. Grab it if you want to take a look.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chuckles34.net/2007/08/06/wiki-links-and-php-bugs-complete/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Wiki-Links and PHP bugs &#8211; hacked</title>
		<link>http://blog.chuckles34.net/2007/08/06/wiki-links-and-php-bugs-hacked</link>
		<comments>http://blog.chuckles34.net/2007/08/06/wiki-links-and-php-bugs-hacked#comments</comments>
		<pubDate>Mon, 06 Aug 2007 03:24:30 +0000</pubDate>
		<dc:creator>Chuckles</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[quick hacks]]></category>
		<category><![CDATA[regexp]]></category>
		<category><![CDATA[wiki-links]]></category>
		<category><![CDATA[Wordpress plugin]]></category>

		<guid isPermaLink="false">http://blog.chuckles34.net/?p=8</guid>
		<description><![CDATA[Well i&#8217;ve implemented a solution, basically i replace all href tags with a temp tag, process the article content then put the href tags back in. Not the nicest solution but works for now until a better one comes along. Next step is to auto link to tags as well as titles.]]></description>
			<content:encoded><![CDATA[<p>Well i&#8217;ve implemented a solution, basically i replace all href tags with a temp tag, process the article content then put the href tags back in.</p>
<p>Not the nicest solution but works for now until a better one comes along.</p>
<p>Next step is to auto link to tags as well as titles.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chuckles34.net/2007/08/06/wiki-links-and-php-bugs-hacked/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wiki-Links and PHP bugs</title>
		<link>http://blog.chuckles34.net/2007/08/06/wiki-links-and-php-bugs</link>
		<comments>http://blog.chuckles34.net/2007/08/06/wiki-links-and-php-bugs#comments</comments>
		<pubDate>Sun, 05 Aug 2007 14:57:26 +0000</pubDate>
		<dc:creator>Chuckles</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[regexp]]></category>
		<category><![CDATA[wiki-links]]></category>
		<category><![CDATA[Wordpress plugin]]></category>

		<guid isPermaLink="false">http://blog.chuckles34.net/?p=7</guid>
		<description><![CDATA[I tried to install the Wiki-Links plugin yesterday but found it wasn&#8217;t working with the latest WordPress (2.2.2). So i sat down today and fixed it. Dave also fixed it and better yet provided me with a regexp string to prevent it from placing links within HTML tags. I wanted something one better, I wanted [...]]]></description>
			<content:encoded><![CDATA[<p>I tried to install the <a href="http://liquidstudios.ro/experimente/proiecte/plugin-wordpress-wiki-links" target="_blank" title="Wiki-Links">Wiki-Links</a> plugin yesterday but found it wasn&#8217;t working with the latest WordPress (2.2.2). So i sat down today and fixed it. <a href="http://blog.kayosdesign.com/" title="Dave's page o' shite" target="_blank">Dave</a> also fixed it and better yet provided me with a <a href="/category/regexp" title="View all posts filed under regexp">regexp</a> string to prevent it from placing links within HTML tags. I wanted something one better, I wanted it to ignore anything embedded in &lt;a&gt; tags so i sat down and put the <a href="/category/regexp" title="View all posts filed under regexp">regexp</a> string together and what happens &#8230; <a href="http://bugs.php.net/bug.php?id=38327" title="php error" target="_blank">this php bug</a> (or as they state, perl&#8217;s).</p>
<p>So basically i need to sit down and see if i can get around it, but it will have to wait for another day, bed calls</p>
<p>Here&#8217;s the string if anyone wants to have a starting point  &#8220;/(?&lt;!&lt;[a][a-z0-9]*[^&lt;]*)$string/&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chuckles34.net/2007/08/06/wiki-links-and-php-bugs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

