<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shigemk2</author_name>
  <author_url>https://blog.hatena.ne.jp/shigemk2/</author_url>
  <blog_title>by shigemk2</blog_title>
  <blog_url>https://www.shigemk2.com/</blog_url>
  <categories>
    <anon>Emacs Lisp</anon>
  </categories>
  <description>文字列を結合したり、数値を文字列化したりする関数のこと。phpのsprintfとかみたいなものです。 (format &quot;%s&quot; &quot;foo&quot;) ; =&gt; &quot;foo&quot; ;; 整数は%sまたは%dで指定する (format &quot;%d&quot; 1) ; =&gt; &quot;1&quot; ;; 右寄せ 左寄せ 0詰め (format &quot;[%2d] [%-2d] [%02d]&quot; 3 3 3) ; =&gt; &quot;[ 3] [3 ] [03]&quot; ;; %cは文字を文字列に変換する (format &quot;文字から文字列へ: %c&quot; ?a) ; =&gt; &quot;文字から文字列へ: a&quot; ;; %%は%そのものを表す (format &quot;%d円の商品の消費税は%…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.shigemk2.com%2Fentry%2F20120408%2F1333868731&quot; title=&quot;format - by shigemk2&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>http://ecx.images-amazon.com/images/I/51Wg39T8KAL.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2012-04-08 16:05:31</published>
  <title>format</title>
  <type>rich</type>
  <url>https://www.shigemk2.com/entry/20120408/1333868731</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
