<?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: PHP and Regex &#8211; How to Replace or Remove a Repeating Character</title>
	<atom:link href="http://www.ilovebonnie.net/2008/04/09/php-and-regex-how-to-replace-or-remove-a-repeating-character/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ilovebonnie.net/2008/04/09/php-and-regex-how-to-replace-or-remove-a-repeating-character/</link>
	<description>Love, Life &#38; Technology in a Turbulent World</description>
	<lastBuildDate>Mon, 08 Mar 2010 04:13:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: PHP and Regex &#8211; Replacing Repeating Characters with Single Characters in a String &#124; I Love Bonnie.net</title>
		<link>http://www.ilovebonnie.net/2008/04/09/php-and-regex-how-to-replace-or-remove-a-repeating-character/comment-page-1/#comment-11703</link>
		<dc:creator>PHP and Regex &#8211; Replacing Repeating Characters with Single Characters in a String &#124; I Love Bonnie.net</dc:creator>
		<pubDate>Wed, 22 Jul 2009 07:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovebonnie.net/2008/04/09/php-and-regex-how-to-replace-or-remove-a-repeating-character/#comment-11703</guid>
		<description>[...] PHP and Regex &#8211; How to Replace or Remove a Repeating Character Sam Zell and Rupert Murdoch Appointed to the Associated Press Board of Directors [...]</description>
		<content:encoded><![CDATA[<p>[...] PHP and Regex &#8211; How to Replace or Remove a Repeating Character Sam Zell and Rupert Murdoch Appointed to the Associated Press Board of Directors [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ilovebonnie.net/2008/04/09/php-and-regex-how-to-replace-or-remove-a-repeating-character/comment-page-1/#comment-512</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 10 Apr 2008 21:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovebonnie.net/2008/04/09/php-and-regex-how-to-replace-or-remove-a-repeating-character/#comment-512</guid>
		<description>Now I understand a bit better what you were trying to do with your function. I wrote another post showing how PHP and regex can be used to do what you are talking about.

http://www.ilovebonnie.net/2008/04/10/php-and-regex-replacing-repeating-characters-with-single-characters-in-a-string/</description>
		<content:encoded><![CDATA[<p>Now I understand a bit better what you were trying to do with your function. I wrote another post showing how PHP and regex can be used to do what you are talking about.</p>
<p><a href="http://www.ilovebonnie.net/2008/04/10/php-and-regex-replacing-repeating-characters-with-single-characters-in-a-string/" rel="nofollow">http://www.ilovebonnie.net/2008/04/10/php-and-regex-replacing-repeating-characters-with-single-characters-in-a-string/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webdev.andrei</title>
		<link>http://www.ilovebonnie.net/2008/04/09/php-and-regex-how-to-replace-or-remove-a-repeating-character/comment-page-1/#comment-509</link>
		<dc:creator>webdev.andrei</dc:creator>
		<pubDate>Thu, 10 Apr 2008 07:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovebonnie.net/2008/04/09/php-and-regex-how-to-replace-or-remove-a-repeating-character/#comment-509</guid>
		<description>Thanks for citing us but the &lt;a href=&quot;http://www.flexer.info/2008/03/11/remove-duplicate-chars-from-a-string/&quot; rel=&quot;nofollow&quot;&gt;article&lt;/a&gt; was about making a unique chars string. For example: &quot;&lt;b&gt;&lt;i&gt;aabbccaaaaaddee&lt;/i&gt;&lt;/b&gt;&quot; will become &quot;&lt;b&gt;&lt;i&gt;abcade&lt;/i&gt;&lt;/b&gt;&quot;. That is what I accomplished in the article. I know very well regular expression and there are some way of accomplishing that but not in one step. Every char of the string must be separated by a separator (ex: comma, pipe, etc) and then apply the lookback regular expression.

The beauty of using regular expressions is this: a lot of steps that are needed to accomplish some string formating/parsing can be done in one step using RegExp. But if there are the same amount of steps it will be faster not to use RegExp.</description>
		<content:encoded><![CDATA[<p>Thanks for citing us but the <a href="http://www.flexer.info/2008/03/11/remove-duplicate-chars-from-a-string/" rel="nofollow">article</a> was about making a unique chars string. For example: &#8220;<b><i>aabbccaaaaaddee</i></b>&#8221; will become &#8220;<b><i>abcade</i></b>&#8220;. That is what I accomplished in the article. I know very well regular expression and there are some way of accomplishing that but not in one step. Every char of the string must be separated by a separator (ex: comma, pipe, etc) and then apply the lookback regular expression.</p>
<p>The beauty of using regular expressions is this: a lot of steps that are needed to accomplish some string formating/parsing can be done in one step using RegExp. But if there are the same amount of steps it will be faster not to use RegExp.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
