String.remove()
名称
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