<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tyoshikawa1106</author_name>
  <author_url>https://blog.hatena.ne.jp/tyoshikawa1106/</author_url>
  <blog_title>tyoshikawa1106のブログ</blog_title>
  <blog_url>https://tyoshikawa1106.hatenablog.com/</blog_url>
  <categories>
    <anon>Salesforce</anon>
    <anon>Force.com</anon>
  </categories>
  <description>Apex開発で文字列内に特定の値を差し込みしたいというケースがあると思います。キーワードを決めてreplace処理で対応することもできますが、Stringクラスのformat関数をつかうことでより簡単に対応できます。 Salesforce Developers 置換したい箇所は「{0} {1} {2} ...」というように宣言します。置換後の文字列はList型で用意します。 String placeholder = 'Hello {0}, {1} is cool!'; List&lt;String&gt; fillers = new String[]{'Jason','Apex'}; String for…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftyoshikawa1106.hatenablog.com%2Fentry%2F2016%2F06%2F27%2F223000&quot; title=&quot;SFDC：Stringクラスのformat関数について - tyoshikawa1106のブログ&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>https://cdn-ak.f.st-hatena.com/images/fotolife/t/tyoshikawa1106/20160627/20160627155204.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-06-27 22:30:00</published>
  <title>SFDC：Stringクラスのformat関数について</title>
  <type>rich</type>
  <url>https://tyoshikawa1106.hatenablog.com/entry/2016/06/27/223000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
