<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Class Text Search Replace : New Update</title>
	<atom:link href="http://rupom.wordpress.com/2008/02/23/class-text-search-replace-new-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://rupom.wordpress.com/2008/02/23/class-text-search-replace-new-update/</link>
	<description>For Sharing Experiences With You</description>
	<lastBuildDate>Tue, 20 Oct 2009 12:03:53 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: vincedel422</title>
		<link>http://rupom.wordpress.com/2008/02/23/class-text-search-replace-new-update/#comment-1709</link>
		<dc:creator>vincedel422</dc:creator>
		<pubDate>Wed, 15 Apr 2009 15:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://rupom.wordpress.com/?p=72#comment-1709</guid>
		<description>This is quite a hot info. I think I&#039;ll share it on Twitter.</description>
		<content:encoded><![CDATA[<p>This is quite a hot info. I think I&#8217;ll share it on Twitter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rupom</title>
		<link>http://rupom.wordpress.com/2008/02/23/class-text-search-replace-new-update/#comment-1691</link>
		<dc:creator>Rupom</dc:creator>
		<pubDate>Mon, 02 Feb 2009 18:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://rupom.wordpress.com/?p=72#comment-1691</guid>
		<description>Please explain your requirement with an example.</description>
		<content:encoded><![CDATA[<p>Please explain your requirement with an example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Semi</title>
		<link>http://rupom.wordpress.com/2008/02/23/class-text-search-replace-new-update/#comment-1688</link>
		<dc:creator>Semi</dc:creator>
		<pubDate>Mon, 19 Jan 2009 17:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://rupom.wordpress.com/?p=72#comment-1688</guid>
		<description>Hi Rupom,

can u tell how can we convert your script multi search and replace ?? is it possible ?</description>
		<content:encoded><![CDATA[<p>Hi Rupom,</p>
<p>can u tell how can we convert your script multi search and replace ?? is it possible ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rupom</title>
		<link>http://rupom.wordpress.com/2008/02/23/class-text-search-replace-new-update/#comment-1666</link>
		<dc:creator>Rupom</dc:creator>
		<pubDate>Thu, 03 Jul 2008 07:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://rupom.wordpress.com/?p=72#comment-1666</guid>
		<description>Hi Ben,
Thanks for your help.  I just updated the class. It was a mistake that I didnt notice.


Thanks again.


--
Rupom</description>
		<content:encoded><![CDATA[<p>Hi Ben,<br />
Thanks for your help.  I just updated the class. It was a mistake that I didnt notice.</p>
<p>Thanks again.</p>
<p>&#8211;<br />
Rupom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Van Wissen</title>
		<link>http://rupom.wordpress.com/2008/02/23/class-text-search-replace-new-update/#comment-1665</link>
		<dc:creator>Benjamin Van Wissen</dc:creator>
		<pubDate>Fri, 27 Jun 2008 02:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://rupom.wordpress.com/?p=72#comment-1665</guid>
		<description>Gday,

First off I just like to say I really like your website as it has been a great help to me. SoI thought I would just alert you to a small bug that I found in this script.

The bug is to do with the variable caseSentive. On line 65 you have it as caseSensitivity, the script will still run but it does throw up an error. All you have to do is change it to caseSensitive and the error goes away.

if($caseSensitivity)
{
$this-&gt;$caseSensitive = 1
}

returns and error Undefined variable $caseSensitivity on line 65

It should be:

if($caseSensitive)
{
$this-&gt;$caseSensitive = 1
}

Regards
Ben</description>
		<content:encoded><![CDATA[<p>Gday,</p>
<p>First off I just like to say I really like your website as it has been a great help to me. SoI thought I would just alert you to a small bug that I found in this script.</p>
<p>The bug is to do with the variable caseSentive. On line 65 you have it as caseSensitivity, the script will still run but it does throw up an error. All you have to do is change it to caseSensitive and the error goes away.</p>
<p>if($caseSensitivity)<br />
{<br />
$this-&gt;$caseSensitive = 1<br />
}</p>
<p>returns and error Undefined variable $caseSensitivity on line 65</p>
<p>It should be:</p>
<p>if($caseSensitive)<br />
{<br />
$this-&gt;$caseSensitive = 1<br />
}</p>
<p>Regards<br />
Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Class Text Search Replace : New Update</title>
		<link>http://rupom.wordpress.com/2008/02/23/class-text-search-replace-new-update/#comment-1614</link>
		<dc:creator>Class Text Search Replace : New Update</dc:creator>
		<pubDate>Sat, 23 Feb 2008 15:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://rupom.wordpress.com/?p=72#comment-1614</guid>
		<description>[...] David Topping wrote an interesting post today onHere&#8217;s a quick excerptToday I made an update of my class &#8220;Text Search Replace&#8221; at PHPClasses.org. This update will increase the search capability of the class. The initial release of the class could not search some special characters (well, I just forgot &amp; missed this to put with the initial release). Later a user of this class (his name is &#8220;Robert&#8221;) noticed the problem and asked me for a solution. I was too busy to touch the class. But I managed time and fixed it. You can now work with special characters(especially the ones are part of regular expression syntax). I am sure this fix has increased the usability of this class to a large extent. Please download the latest version from here: http://www.phpclasses.org/browse/package/3211.html Special thanks to Robert who noticed and informed me about the problem. If you are a user of this class, please send me bugs, etc so I can work to improve its [&#8230;] [...]</description>
		<content:encoded><![CDATA[<p>[...] David Topping wrote an interesting post today onHere&#8217;s a quick excerptToday I made an update of my class &#8220;Text Search Replace&#8221; at PHPClasses.org. This update will increase the search capability of the class. The initial release of the class could not search some special characters (well, I just forgot &#38; missed this to put with the initial release). Later a user of this class (his name is &#8220;Robert&#8221;) noticed the problem and asked me for a solution. I was too busy to touch the class. But I managed time and fixed it. You can now work with special characters(especially the ones are part of regular expression syntax). I am sure this fix has increased the usability of this class to a large extent. Please download the latest version from here: <a href="http://www.phpclasses.org/browse/package/3211.html" rel="nofollow">http://www.phpclasses.org/browse/package/3211.html</a> Special thanks to Robert who noticed and informed me about the problem. If you are a user of this class, please send me bugs, etc so I can work to improve its [&#8230;] [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
