<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
         xmlns="http://purl.org/rss/1.0/">




    



<channel rdf:about="http://nanasi.jp/code/string/RSS.xml">
  <title>09. 文字列操作</title>
  <link>http://nanasi.jp/</link>
  
  <description>
    
       
       
  </description>
  
  
  
            <syn:updatePeriod>daily</syn:updatePeriod>
            <syn:updateFrequency>1</syn:updateFrequency>
            <syn:updateBase>2009-12-06T14:08:17Z</syn:updateBase>
        
  
  <image rdf:resource="http://nanasi.jp/logo_site.png"/>

  <items>
    <rdf:Seq>
        
            <rdf:li rdf:resource="http://nanasi.jp/articles/code/string/printf.html"/>
        
        
            <rdf:li rdf:resource="http://nanasi.jp/articles/code/string/regexp-replace.html"/>
        
        
            <rdf:li rdf:resource="http://nanasi.jp/articles/code/string/regexp-search.html"/>
        
        
            <rdf:li rdf:resource="http://nanasi.jp/articles/code/string/substring.html"/>
        
    </rdf:Seq>
  </items>

</channel>

    <item rdf:about="http://nanasi.jp/articles/code/string/printf.html">        <title>書式文字列を使う</title>        <link>http://nanasi.jp/articles/code/string/printf.html</link>        <description></description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>admin</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-12-05T21:42:36Z</dc:date>        <dc:type>ページ</dc:type>    </item>
    <item rdf:about="http://nanasi.jp/articles/code/string/regexp-replace.html">        <title>正規表現で文字列を置換する</title>        <link>http://nanasi.jp/articles/code/string/regexp-replace.html</link>        <description></description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>admin</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-12-05T21:42:58Z</dc:date>        <dc:type>ページ</dc:type>    </item>
    <item rdf:about="http://nanasi.jp/articles/code/string/regexp-search.html">        <title>正規表現で文字列を検索する</title>        <link>http://nanasi.jp/articles/code/string/regexp-search.html</link>        <description></description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>admin</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-12-05T21:43:21Z</dc:date>        <dc:type>ページ</dc:type>    </item>
    <item rdf:about="http://nanasi.jp/articles/code/string/substring.html">        <title>部分文字列を抜き出す</title>        <link>http://nanasi.jp/articles/code/string/substring.html</link>        <description></description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>admin</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-12-05T21:43:47Z</dc:date>        <dc:type>ページ</dc:type>    </item>




</rdf:RDF>

