sreplace¶
Category: string
GitHub: cute_string.h
Replaces all substrings replace_me with the substring with_me.
| Parameters | Description |
|---|---|
s |
The string. Can be NULL. |
replace_me |
Substring to replace. |
with_me |
The replacement string. |
Category: string
GitHub: cute_string.h
Replaces all substrings replace_me with the substring with_me.
| Parameters | Description |
|---|---|
s |
The string. Can be NULL. |
replace_me |
Substring to replace. |
with_me |
The replacement string. |