<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Naotsugu</author_name>
  <author_url>https://blog.hatena.ne.jp/Naotsugu/</author_url>
  <blog_title>A Memorandum</blog_title>
  <blog_url>https://blog1.mammb.com/</blog_url>
  <categories>
    <anon>Scala</anon>
  </categories>
  <description>Scala での正規表現 Scala での正規表現は、scala.util.matching.Regex を使って、 val Decimal = new Regex(&quot;&quot;&quot;(-)?(\d+)(\.\d*)?&quot;&quot;&quot;) または StringLike の r を使って val Decimal = &quot;&quot;&quot;(-)?(\d+)(\.\d*)?&quot;&quot;&quot;.r のように指定できます。 scala.util.matching.Regex は内部で Java の正規表現クラスを使用しています。 Java での正規表現 Java では正規表現パターンを以下のスタティックメソッドにて指定します。 public stati…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog1.mammb.com%2Fentry%2F20110503%2F1304522933&quot; title=&quot;Scala の正規表現でマッチフラグを使うには - A Memorandum&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>2011-05-03 00:28:53</published>
  <title>Scala の正規表現でマッチフラグを使うには</title>
  <type>rich</type>
  <url>https://blog1.mammb.com/entry/20110503/1304522933</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
