<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>regerege</author_name>
  <author_url>https://blog.hatena.ne.jp/regerege/</author_url>
  <blog_title>regerege メモ帳</blog_title>
  <blog_url>https://regerege.hatenadiary.org/</blog_url>
  <categories>
    <anon>PowerShell</anon>
  </categories>
  <description>結論から書きますと「基礎をしっかりと身につけていない」という事に至りました。■正常に動かないパターン #実行結果が空白となる。 dir | % { $_.Name -replace &quot;(.+)&quot;, &quot;$1&quot; } ■正常に動くパターン１ #キャプチャした結果が出力される。 dir | % { $_.Name -replace &quot;(.+)&quot;, &quot;`$1&quot; } ■正常に動くパターン２ #キャプチャした結果が出力される。 dir | % { $_.Name -replace &quot;(.+)&quot;, '$1' } 結果から推測すると &quot; (ダブルクォーテーション) で囲まれた文字列内に $ (ダラー)の文字列を…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fregerege.hatenadiary.org%2Fentry%2F20111104%2F1320393832&quot; title=&quot;正規表現が正常に動かない原因 - regerege メモ帳&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-11-04 17:03:52</published>
  <title>正規表現が正常に動かない原因</title>
  <type>rich</type>
  <url>https://regerege.hatenadiary.org/entry/20111104/1320393832</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
