<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>R_de_aru</author_name>
  <author_url>https://blog.hatena.ne.jp/R_de_aru/</author_url>
  <blog_title>あーる学習帳</blog_title>
  <blog_url>https://r-de-aru.hateblo.jp/</blog_url>
  <categories>
    <anon>プログラミング</anon>
    <anon>PHP</anon>
  </categories>
  <description>今夜は正規表現の基本構文について。だいぶ複雑だけど、書きながら慣れていこう。 第9章-02 正規表現において文字を表す構文は以下の通り。 .(ドット)...任意の一文字 例：/b..k/→bookがマッチ [ ]...文字クラス。[a-z]で「A～Zまで」を示す 例：/p[a-g]n/→penがマッチ \d...数字[0-9]と同じ 例：/product\d/→product7などがマッチ \s...タブ、スペース、改行などの空白文字 例：/R\sL/→「R L」にマッチ \S...すべての文字(\s以外) 例：/\S/→R、＝、？などにマッチ \w...大文字小文字のアルファベット、数字、ア…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fr-de-aru.hateblo.jp%2Fentry%2F2018%2F07%2F03%2F233000&quot; title=&quot;PHP実習：正規表現の構文と練習 - あーる学習帳&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-07-03 23:30:00</published>
  <title>PHP実習：正規表現の構文と練習</title>
  <type>rich</type>
  <url>https://r-de-aru.hateblo.jp/entry/2018/07/03/233000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
