<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>munibus</author_name>
  <author_url>https://blog.hatena.ne.jp/munibus/</author_url>
  <blog_title>Muni Bus</blog_title>
  <blog_url>https://munibus.hatenablog.com/</blog_url>
  <categories>
    <anon>PowerShell</anon>
  </categories>
  <description>+演算子を使う。先頭に挿入する要素は@( )で囲み、要素数が一つの配列であることを明示する必要がある。 PS &gt; $s = &quot;石見舞菜香&quot;, &quot;和多田美咲&quot;, &quot;のぐちゆり&quot; PS &gt; $s 石見舞菜香 和多田美咲 のぐちゆり PS &gt; $s = @(&quot;鈴木みのり&quot;) + $s PS &gt; $s 鈴木みのり 石見舞菜香 和多田美咲 のぐちゆり PS &gt; $s.Length 4</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmunibus.hatenablog.com%2Fentry%2F2024%2F04%2F04%2F210252&quot; title=&quot;【PowerShell】配列の要素の先頭に要素を追加する - Muni Bus&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>2024-04-04 21:02:52</published>
  <title>【PowerShell】配列の要素の先頭に要素を追加する</title>
  <type>rich</type>
  <url>https://munibus.hatenablog.com/entry/2024/04/04/210252</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
