cf_string_erase¶
Category: string
GitHub: cute_string.h
Erases count characters starting at index from the string.
| Parameters | Description |
|---|---|
s |
The string. Modified in-place. |
index |
The starting index. |
count |
The number of characters to erase. |
Remarks¶
Shortform: serase(s, index, count).