<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>dk521123</author_name>
  <author_url>https://blog.hatena.ne.jp/dk521123/</author_url>
  <blog_title>プログラム の超個人的なメモ</blog_title>
  <blog_url>https://dk521123.hatenablog.com/</blog_url>
  <categories>
    <anon>Java</anon>
  </categories>
  <description>■ はじめに 今回は、JavaのMatcher.group()を使って 文字列の抽出を行う。 【１】基礎知識 * パターンの中で、マッチした部分を取り出したい部分を括弧()で囲う １）構文 // 1, 2, ... String result1 = matcher.group(1); String result2 = matcher.group(2); ... 参考文献 http://www.javadrive.jp/regex/ref/index2.html 【１】サンプル 例１：正規表現で文字列抽出 * 「【任意文字】Version【空白】:【空白】XXXXX【空白】」のフォーマットで &quot;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdk521123.hatenablog.com%2Fentry%2F2016%2F12%2F30%2F142128&quot; title=&quot;【Java】正規表現  ～ 文字列の抽出 ～ - プログラム の超個人的なメモ&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>2016-12-30 14:21:28</published>
  <title>【Java】正規表現  ～ 文字列の抽出 ～</title>
  <type>rich</type>
  <url>https://dk521123.hatenablog.com/entry/2016/12/30/142128</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
