<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kj-ki</author_name>
  <author_url>https://blog.hatena.ne.jp/kj-ki/</author_url>
  <blog_title>kj-ki’s blog</blog_title>
  <blog_url>https://kj-ki.hatenablog.com/</blog_url>
  <categories>
    <anon>Scheme</anon>
  </categories>
  <description>文字列が空行か調べる 空行の意味によりいくつかの方法が存在します．ここでは3種類の空行において調べる方法を示します． 空白文字が入っていても空行として扱う場合 string-trim-bothとstring-null?を組み合わせます．string-trim-bothではchar/char-set/predを指定すると削除する文字を指定することができます． (string-null? s) (string-trim-both s &amp;optional char/char-set/pred start end) 実際の例． (use srfi-13) (string-null? (string-t…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkj-ki.hatenablog.com%2Fentry%2F20100108%2Fp1&quot; title=&quot;文字列が空行か調べる - kj-ki’s blog&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>2010-01-08 00:00:00</published>
  <title>文字列が空行か調べる</title>
  <type>rich</type>
  <url>https://kj-ki.hatenablog.com/entry/20100108/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
