Skip to content

cf_string_erase

Category: string
GitHub: cute_string.h


Erases count characters starting at index from the string.

#define cf_string_erase(s, index, count) serase(s, index, count)
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).

cf_string_replace
cf_string_pop
cf_string_clear