<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Using the Search Regex plugin for WordPress successfully</title>
	<atom:link href="http://foliovision.com/2008/12/22/search-regex-plugin-wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://foliovision.com/2008/12/22/search-regex-plugin-wordpress</link>
	<description>Making the web work for you</description>
	<lastBuildDate>Thu, 09 Feb 2012 11:42:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<image><title>Foliovision</title><url>http://foliovision.com/site/wp-content/themes/foliovision/images/foliovision-logo-380.gif</url><link>http://foliovision.com</link><width>240</width><height>66</height><description>Making the web work for you</description></image>	<item>
		<title>By: Martin</title>
		<link>http://foliovision.com/2008/12/22/search-regex-plugin-wordpress#comment-294600</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 31 Mar 2011 07:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://foliovision.com/2008/12/22/using-search-regex-plugin-successfully/#comment-294600</guid>
		<description>Hello ngadmin,

that regex doesn&#039;t make much sense, it&#039;s searching for at least zero occurrences of a dot symbol. If you want to search for multiple dot symbols in string, you need to use this:

@(\.{2,})@

You need to HTML encode any special input with HTML in our comments, you can use this tool: http://www.opinionatedgeek.com/dotnet/tools/htmlencode/encode.aspx

Thanks,
Martin</description>
		<content:encoded><![CDATA[<p>Hello ngadmin,</p>
<p>that regex doesn&#8217;t make much sense, it&#8217;s searching for at least zero occurrences of a dot symbol. If you want to search for multiple dot symbols in string, you need to use this:</p>
<p>@(\.{2,})@</p>
<p>You need to HTML encode any special input with HTML in our comments, you can use this tool: <a href="http://www.opinionatedgeek.com/dotnet/tools/htmlencode/encode.aspx" rel="nofollow" class="liexternal">http://www.opinionatedgeek.com/dotnet/tools/htmlencode/encode.aspx</a></p>
<p>Thanks,<br />
Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ngadimin</title>
		<link>http://foliovision.com/2008/12/22/search-regex-plugin-wordpress#comment-294386</link>
		<dc:creator>ngadimin</dc:creator>
		<pubDate>Wed, 30 Mar 2011 21:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://foliovision.com/2008/12/22/using-search-regex-plugin-successfully/#comment-294386</guid>
		<description>Hi martin

I&#039;m trying to match  with attributes tag using this pattern:
@(\.*?)@

but always return nothing, i search the plugin developer site, but he didn&#039;t reply the question of this kind of problem. can you help me?

the sample data i want to match is

</description>
		<content:encoded><![CDATA[<p>Hi martin</p>
<p>I&#8217;m trying to match  with attributes tag using this pattern:<br />
@(\.*?)@</p>
<p>but always return nothing, i search the plugin developer site, but he didn&#8217;t reply the question of this kind of problem. can you help me?</p>
<p>the sample data i want to match is</p>
]]></content:encoded>
	</item>
</channel>
</rss>

