<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mtoyoshi</author_name>
  <author_url>https://blog.hatena.ne.jp/mtoyoshi/</author_url>
  <blog_title>mtoyoshi開発メモ</blog_title>
  <blog_url>https://mtoyoshi.hateblo.jp/</blog_url>
  <categories>
    <anon>C#</anon>
  </categories>
  <description>以下のような文字列があったとする。 私の名前は${name}です。年齢は${age}です。${}で囲まれている中の文字を取り出すプログラムを作りたい。このプログラムの場合の期待値は「name」「age」である。 ベースとなるプログラムはこんな感じ。 string target = &quot;私の名前は${name}です。年齢は${age}です。&quot;; MatchCollection matches = new Regex(&quot;\\$\\{.*\\}&quot;).Matches(target); foreach (Match match in matches) { Console.WriteLine(match.V…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmtoyoshi.hateblo.jp%2Fentry%2F20080930%2F1222767435&quot; title=&quot;C#の正規表現の扱いはJavaよりイイ！ - mtoyoshi開発メモ&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>2008-09-30 18:37:15</published>
  <title>C#の正規表現の扱いはJavaよりイイ！</title>
  <type>rich</type>
  <url>https://mtoyoshi.hateblo.jp/entry/20080930/1222767435</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
