<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>syun77</author_name>
  <author_url>https://blog.hatena.ne.jp/syun77/</author_url>
  <blog_title>2dgames.jp</blog_title>
  <blog_url>https://2dgames.jp/</blog_url>
  <categories>
    <anon>Godot</anon>
  </categories>
  <description>今回は文字列 (String) に関する便利そうな関数をまとめてみました。 Stringの関数 基本情報 length(): 文字列の長さを求める print(&quot;abc&quot;.length()) # 3文字 empty(): 空文字かどうか if(&quot;&quot;.empty()): print(&quot;空文字チェック&quot;) count(): 指定の文字の出現回数を数える print(&quot;akasatana&quot;.count(&quot;a&quot;)) # -&gt; 5 検索 begins_with(): 文字の始まりが指定の文字かどうか if &quot;abc&quot;.begins_with(&quot;ab&quot;): print(&quot;abで始まる文字&quot;) find()…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2F2dgames.jp%2Fentry%2Fgodot-how-to-use-string%2F&quot; title=&quot;【Godot】文字列操作の便利関数まとめ - 2dgames.jp&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>https://cdn-ak.f.st-hatena.com/images/fotolife/s/syun77/20250905/20250905085801.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2023-01-18 05:00:00</published>
  <title>【Godot】文字列操作の便利関数まとめ</title>
  <type>rich</type>
  <url>https://2dgames.jp/entry/godot-how-to-use-string/</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
