<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>SHAKAE</author_name>
  <author_url>https://blog.hatena.ne.jp/SHAKAE/</author_url>
  <blog_title>駆け出しエンジニアの勉強記録</blog_title>
  <blog_url>https://shakae.hatenadiary.com/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>【文字列】 参考： 文字列（String） - とほほのWWW入門 &lt;文字列の部分取り出し&gt;trim()：前後の空白を取り除いた文字列を返す(文字の間の空白は取り除けない) &lt;script&gt; const X =&quot; ABC &quot;.trim(); console.log(X); // 結果 「ABC」 &lt;/script&gt; trimStart()：前の空白を取り除いた文字列を返すtrimEnd()：後ろの空白を取り除いた文字列を返す &lt;script&gt; const X =&quot; ABC&quot;.trimStart(); console.log(X); // 結果 「ABC」 const Y =&quot;ABC &quot;.tri…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshakae.hatenadiary.com%2Fentry%2F2024%2F06%2F07%2F133240&quot; title=&quot;【JS】の文字列操作 - 駆け出しエンジニアの勉強記録&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-06-07 13:32:40</published>
  <title>【JS】の文字列操作</title>
  <type>rich</type>
  <url>https://shakae.hatenadiary.com/entry/2024/06/07/133240</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
