<?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 Uppercase Sentences</title>
	<atom:link href="https://rommelsantor.com/clog/2011/11/14/php-uppercase-sentences/feed/" rel="self" type="application/rss+xml" />
	<link>https://rommelsantor.com/clog/2011/11/14/php-uppercase-sentences/</link>
	<description>my exploits and misadventures in programming</description>
	<lastBuildDate>Wed, 18 Feb 2015 21:43:38 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>By: Steve</title>
		<link>https://rommelsantor.com/clog/2011/11/14/php-uppercase-sentences/comment-page-1/#comment-25464</link>
		<dc:creator><![CDATA[Steve]]></dc:creator>
		<pubDate>Wed, 09 Jan 2013 13:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=248#comment-25464</guid>
		<description><![CDATA[Haha, I found the solution. Gotta love Google

function splitAtUpperCase($s) {
 
        return preg_replace(&#039;/(?&lt;!^)([A-Z])/&#039;, &#039;-\1&#039;, $s);
}
echo splitAtUpperCase($s);]]></description>
		<content:encoded><![CDATA[<p>Haha, I found the solution. Gotta love Google</p>
<p>function splitAtUpperCase($s) {</p>
<p>        return preg_replace(&#8216;/(?&lt;!^)([A-Z])/&#039;, &#039;-\1&#039;, $s);<br />
}<br />
echo splitAtUpperCase($s);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>https://rommelsantor.com/clog/2011/11/14/php-uppercase-sentences/comment-page-1/#comment-25463</link>
		<dc:creator><![CDATA[Steve]]></dc:creator>
		<pubDate>Wed, 09 Jan 2013 13:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=248#comment-25463</guid>
		<description><![CDATA[That&#039;s elegant man! Like it. 

I was on a search to find a way to turn the string OneTwoThree to One-Two-Three using php and came across this. If I find a solution I&#039;ll post it if you like.]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s elegant man! Like it. </p>
<p>I was on a search to find a way to turn the string OneTwoThree to One-Two-Three using php and came across this. If I find a solution I&#8217;ll post it if you like.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
