<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ktrito33</author_name>
  <author_url>https://blog.hatena.ne.jp/ktrito33/</author_url>
  <blog_title>怠日記</blog_title>
  <blog_url>https://nmk365.hatenablog.jp/</blog_url>
  <categories>
    <anon>VBScript</anon>
  </categories>
  <description>空白を取り除くには Trim / LTrim / RTrim 関数を使う。関数によって取り除く空白の場所が異なる。Trim 関数は、先頭と末尾の空白を取り除く。LTrim 関数は、先頭の空白のみを取り除く。RTrim 関数は、末尾の空白のみを取り除く。なお、半角だけでなく全角の空白も取り除かれる。Trim(string) LTrim(string) RTrim(string)例：先頭と末尾の空白を取り除く。WScript.Echo Trim(&quot; Hello World! &quot;) ' → &quot;Hello World!&quot; が返る例：先頭の空白のみ取り除く。WScript.Echo LTrim(&quot; He…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnmk365.hatenablog.jp%2Fentry%2F20240522%2F1716328800&quot; title=&quot;VBScript - 空白を取り除く | Trim, LTrim, RTrim 関数 - 怠日記&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-05-22 07:00:00</published>
  <title>VBScript - 空白を取り除く | Trim, LTrim, RTrim 関数</title>
  <type>rich</type>
  <url>https://nmk365.hatenablog.jp/entry/20240522/1716328800</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
