Skip to content

serase

Category: string
GitHub: cute_string.h


Deletes a number of characters from the string.

#define serase(s, index, count) cf_string_erase(s, index, count)
Parameters Description
s The string. Can be NULL.
index Index in the string to start deleting from.
count Number of character to delete.

sdyna
strim
sltrim
srtrim
slpad
srpad
sdedup
sreplace