<?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"
	>
<channel>
	<title>Comments on: PHP and Regex - 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>
	<pubDate>Tue, 18 Nov 2008 09:43:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<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-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-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="http://www.flexer.info/2008/03/11/remove-duplicate-chars-from-a-string/" rel="nofollow"&gt;article&lt;/a&gt; was about making a unique chars string. For example: "&lt;b&gt;&lt;i&gt;aabbccaaaaaddee&lt;/i&gt;&lt;/b&gt;" will become "&lt;b&gt;&lt;i&gt;abcade&lt;/i&gt;&lt;/b&gt;". 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>

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