<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mogame2ab</author_name>
  <author_url>https://blog.hatena.ne.jp/mogame2ab/</author_url>
  <blog_title>mogame2abのブログ</blog_title>
  <blog_url>https://mogame2ab.hatenablog.jp/</blog_url>
  <categories>
  </categories>
  <description>RustのString型で使えるメソッド一覧 RustのString型で使用可能なメソッドを、用途ごとに分類してまとめました。 1. 文字列操作 文字列の変更 push(char): 一文字を追加。 push_str(&amp;str): 文字列スライスを末尾に追加。 insert(usize, char): 指定位置に一文字挿入。 insert_str(usize, &amp;str): 指定位置に文字列スライスを挿入。 replace(&amp;str, &amp;str): 指定部分を置換して新しいStringを返す。 truncate(usize): 指定長さに切り詰め。 clear(): 文字列を空にする。 削除 …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmogame2ab.hatenablog.jp%2Fentry%2F2024%2F11%2F28%2F014512&quot; title=&quot;RustのString型で使用可能な主なメソッド - mogame2abのブログ&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-11-28 01:45:12</published>
  <title>RustのString型で使用可能な主なメソッド</title>
  <type>rich</type>
  <url>https://mogame2ab.hatenablog.jp/entry/2024/11/28/014512</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
