<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WEBあくまこ &#187; 風</title>
	<atom:link href="http://wb.corekuuma.com/archives/category/%e9%a2%a8/feed" rel="self" type="application/rss+xml" />
	<link>http://wb.corekuuma.com</link>
	<description>WEB制作している人のメモ。</description>
	<lastBuildDate>Wed, 17 Jun 2009 07:57:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>後方のスペースを削除</title>
		<link>http://wb.corekuuma.com/archives/27</link>
		<comments>http://wb.corekuuma.com/archives/27#comments</comments>
		<pubDate>Sun, 09 Dec 2007 16:57:11 +0000</pubDate>
		<dc:creator>daisukew</dc:creator>
				<category><![CDATA[風]]></category>

		<guid isPermaLink="false">http://wb.corekuuma.com/2007/12/10/%e5%be%8c%e6%96%b9%e3%81%ae%e3%82%b9%e3%83%9a%e3%83%bc%e3%82%b9%e3%82%92%e5%89%8a%e9%99%a4/</guid>
		<description><![CDATA[function trimAfter(theString) {
 while(theString.charAt(theString.length-1) == '　'){
  theString = theString.substr(0,theString.length-1);
  }
 return theString;
}
後方の全角スペースを削除。
]]></description>
			<content:encoded><![CDATA[<p><code>function trimAfter(theString) {<br />
 while(theString.charAt(theString.length-1) == '　'){<br />
  theString = theString.substr(0,theString.length-1);<br />
  }<br />
 return theString;<br />
}</code></p>
<p>後方の全角スペースを削除。</p>
]]></content:encoded>
			<wfw:commentRss>http://wb.corekuuma.com/archives/27/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
