<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>regerege</author_name>
  <author_url>https://blog.hatena.ne.jp/regerege/</author_url>
  <blog_title>regerege メモ帳</blog_title>
  <blog_url>https://regerege.hatenadiary.org/</blog_url>
  <categories>
    <anon>F#</anon>
  </categories>
  <description>何故 sprintf で出来ないのだろうか。。 open System; let fn (x:int) = String.Format(&quot;{0:#,#}&quot;, x);; let fn x = let cc = [| &quot;&quot;; &quot;&quot;; &quot;&quot;; &quot;,&quot;; |] let rec fn' x (s:string) = if x &lt;= 0 then s else fn' (x/10) ((string (x%10)) + cc.[s.Length % 4] + s) fn' x &quot;&quot;;; let fn (x:int) = let cc = [| &quot;,&quot;; &quot;&quot;; &quot;&quot;; |] (string x).ToCh…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fregerege.hatenadiary.org%2Fentry%2F20120112%2F1326345131&quot; title=&quot;整数をカンマ区切りの文字列で取得 - regerege メモ帳&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2012-01-12 14:12:11</published>
  <title>整数をカンマ区切りの文字列で取得</title>
  <type>rich</type>
  <url>https://regerege.hatenadiary.org/entry/20120112/1326345131</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
