String.remove()

名称

String.remove()

説明

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

書式

void remove(unsigned int index);

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

引数

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

戻り値

なし。

参照

利用例 String Tutorials

オリジナルのページ

https://www.arduino.cc/reference/en/language/variables/data-types/string/functions/remove/

Last Revision: 2019/02/19

最終更新日

January 4, 2024

inserted by FC2 system