<?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: ode to mb_ereg functions</title>
	<atom:link href="http://blog.milkfarmsoft.com/2009/11/ode-to-mb_ereg-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.milkfarmsoft.com/2009/11/ode-to-mb_ereg-functions/</link>
	<description>Programming for Mac and Web</description>
	<lastBuildDate>Thu, 04 Aug 2011 07:10:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
		<item>
		<title>By: sleeve tattoo designs</title>
		<link>http://blog.milkfarmsoft.com/2009/11/ode-to-mb_ereg-functions/comment-page-1/#comment-82032</link>
		<dc:creator>sleeve tattoo designs</dc:creator>
		<pubDate>Thu, 05 May 2011 12:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=151#comment-82032</guid>
		<description>There is a common misunderstanding, that mb_ereg_* functions are just unicode counterparts of ereg_* functions: slow and non-powerful. That&#039;s as far from truth as it can be. mb_ereg_* functions are based on oniguruma regular expressions library. And oniguruma is one of the fastest and most capable regular expression libraries out there.</description>
		<content:encoded><![CDATA[<p>There is a common misunderstanding, that mb_ereg_* functions are just unicode counterparts of ereg_* functions: slow and non-powerful. That&#8217;s as far from truth as it can be. mb_ereg_* functions are based on oniguruma regular expressions library. And oniguruma is one of the fastest and most capable regular expression libraries out there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Function ereg() is deprecated possible fix &#124; Gameblog.me</title>
		<link>http://blog.milkfarmsoft.com/2009/11/ode-to-mb_ereg-functions/comment-page-1/#comment-81199</link>
		<dc:creator>Function ereg() is deprecated possible fix &#124; Gameblog.me</dc:creator>
		<pubDate>Sat, 02 Apr 2011 18:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=151#comment-81199</guid>
		<description>[...] than preg_match() &#8211; which is the recommended replacement for ereg() (see point 1 above). This author actually did a speed test for mb_ereg() function versus the preg_match(). So&#8230; *Shrugs*. The [...]</description>
		<content:encoded><![CDATA[<p>[...] than preg_match() &#8211; which is the recommended replacement for ereg() (see point 1 above). This author actually did a speed test for mb_ereg() function versus the preg_match(). So&#8230; *Shrugs*. The [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexey Zakhlestin</title>
		<link>http://blog.milkfarmsoft.com/2009/11/ode-to-mb_ereg-functions/comment-page-1/#comment-81197</link>
		<dc:creator>Alexey Zakhlestin</dc:creator>
		<pubDate>Mon, 21 Mar 2011 14:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=151#comment-81197</guid>
		<description>It is not &quot;direct&quot; replacement. mb_ereg supports wider set of regex patterns and it works with various codepages (which means, you have to set which codepage you work with)</description>
		<content:encoded><![CDATA[<p>It is not &#8220;direct&#8221; replacement. mb_ereg supports wider set of regex patterns and it works with various codepages (which means, you have to set which codepage you work with)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dj</title>
		<link>http://blog.milkfarmsoft.com/2009/11/ode-to-mb_ereg-functions/comment-page-1/#comment-81196</link>
		<dc:creator>dj</dc:creator>
		<pubDate>Mon, 21 Mar 2011 11:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=151#comment-81196</guid>
		<description>You can replace all of your ereg with mb_ereg if you want quick solution and save your time. mb_ereg is not marked as deprecated and it is a direct replacement for ereg.</description>
		<content:encoded><![CDATA[<p>You can replace all of your ereg with mb_ereg if you want quick solution and save your time. mb_ereg is not marked as deprecated and it is a direct replacement for ereg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maarten Stolte</title>
		<link>http://blog.milkfarmsoft.com/2009/11/ode-to-mb_ereg-functions/comment-page-1/#comment-80568</link>
		<dc:creator>Maarten Stolte</dc:creator>
		<pubDate>Sat, 28 Nov 2009 17:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=151#comment-80568</guid>
		<description>pretty cool information, someone should append it to the PHP Manual?</description>
		<content:encoded><![CDATA[<p>pretty cool information, someone should append it to the PHP Manual?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stas</title>
		<link>http://blog.milkfarmsoft.com/2009/11/ode-to-mb_ereg-functions/comment-page-1/#comment-80566</link>
		<dc:creator>Stas</dc:creator>
		<pubDate>Sat, 28 Nov 2009 06:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=151#comment-80566</guid>
		<description>How about fixing the manual for them? ;)</description>
		<content:encoded><![CDATA[<p>How about fixing the manual for them? <img src='http://blog.milkfarmsoft.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

