<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mzp</author_name>
  <author_url>https://blog.hatena.ne.jp/mzp/</author_url>
  <blog_title>みずぴー日記</blog_title>
  <blog_url>https://mzp.hatenadiary.org/</blog_url>
  <categories>
    <anon>clisp</anon>
  </categories>
  <description>概要 regexpパッケージで日本語を使う場合は、regexp:match-stringを使わずに自分で書きましょう そうしないと、うまく文字列を切り出す事ができません。 ;; バイト単位のsebseq(utf-8限定) (defun subseq-byte(str from &amp;optional to) (ext:convert-string-from-bytes (subseq (ext:convert-string-to-bytes str charset:utf-8) from to) charset:utf-8)) ;; regexp:match-stringの日本語版 (defun …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmzp.hatenadiary.org%2Fentry%2F20061128%2F1164722907&quot; title=&quot;regexpパッケージで日本語を - みずぴー日記&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>2006-11-28 23:08:27</published>
  <title>regexpパッケージで日本語を</title>
  <type>rich</type>
  <url>https://mzp.hatenadiary.org/entry/20061128/1164722907</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
