<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gennei</author_name>
  <author_url>https://blog.hatena.ne.jp/gennei/</author_url>
  <blog_title>gennei's blog</blog_title>
  <blog_url>https://gennei.hatenablog.jp/</blog_url>
  <categories>
    <anon>プログラム</anon>
    <anon>python</anon>
  </categories>
  <description>無駄に時間をかけてしまったので忘れないようにメモ 今回は少なくとも文字列に「ひらがな」を含んではいることが前提となっています # -*- coding: utf-8 -*- import re str = 'てすと' if re.search('[あ-ん]+',str): print str これでなんとかなっている。 漢字と数字とカタカナのみでも表示されているので今のところ目的を達成しているのでこれでよしとする。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgennei.hatenablog.jp%2Fentry%2F2013%2F10%2F06%2F224437&quot; title=&quot;文字列に日本語を含むかどうか判定する - gennei&amp;#39;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>2013-10-06 22:44:37</published>
  <title>文字列に日本語を含むかどうか判定する</title>
  <type>rich</type>
  <url>https://gennei.hatenablog.jp/entry/2013/10/06/224437</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
