<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>moznion</author_name>
  <author_url>https://blog.hatena.ne.jp/moznion/</author_url>
  <blog_title>その手の平は尻もつかめるさ</blog_title>
  <blog_url>https://moznion.hatenadiary.com/</blog_url>
  <categories>
    <anon>perl</anon>
  </categories>
  <description>タイトルが適当すぎて何を言っているのかわからないと思いますが，まあそういう事がごくごく稀にあります．結論から言うとヒアドキュメント使えば良いです．以下の様な文字列を考えた時， my $string = '\n\\'; これを1文字ずつ処理しようとすると， say $_ for split //, $string; # 以下出力 # \ # n # \ という風になります．さてこうした時，エスケープの為のバックスラッシュと純粋なバックスラッシュ (つまりエスケープされたバックスラッシュ) との区別がつかなくて困るということがごく稀に生じます．エッ，生じない？ 俺はRegexp::Lexerで生じ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmoznion.hatenadiary.com%2Fentry%2F2014%2F11%2F18%2F122855&quot; title=&quot;文字列内のバックスラッシュを区別したい的な - その手の平は尻もつかめるさ&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>2014-11-18 12:28:55</published>
  <title>文字列内のバックスラッシュを区別したい的な</title>
  <type>rich</type>
  <url>https://moznion.hatenadiary.com/entry/2014/11/18/122855</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
