<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>earu</author_name>
  <author_url>https://blog.hatena.ne.jp/earu/</author_url>
  <blog_title>ソフトウェアエンジニアの雑記</blog_title>
  <blog_url>https://k-sasaki.net/</blog_url>
  <categories>
  </categories>
  <description>日本語使うと大体絡んでくるこの全角・半角変換。 いつもやるけど、覚えてられないので、メモ function replaceHankakuToZenkaku(str){ if(str.match(/[A-Za-z0-9-=/]/g)){ return str.replace(/[A-Za-z0-9-=/]/g,function (s) { return String.fromCharCode(s.charCodeAt(0) + 0xFEE0); }); } } function replaceZen... 詳細はこちら</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fk-sasaki.net%2Fentry%2F2018%2F03%2F30%2F121814&quot; title=&quot;jsで全角・半角変換(英数字のみ) - ソフトウェアエンジニアの雑記&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>2018-03-30 12:18:14</published>
  <title>jsで全角・半角変換(英数字のみ)</title>
  <type>rich</type>
  <url>https://k-sasaki.net/entry/2018/03/30/121814</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
