String.remove()

Last revision:2024/05/14

名称

String.remove()

説明

指定された場所以降の文字列を削除する、もしくは、指定された場所から指定された文字数分の文字列を削除する。

書式

void remove(unsigned int index);

void remove(unsigned int index, unsigned int count);

引数

index
削除開始位置。
count
削除文字数。

戻り値

なし。

参照

オリジナルのページ

https://docs.arduino.cc/language-reference/en/variables/data-types/stringObject/Functions/remove/

最終更新日

July 22, 2026

inserted by FC2 system