replace has 1 variant:
replace
replace function replaces a sequence of characters in a string with another set of characters.
char replace(char string, char stringToReplace, char replacementString);
char string
char stringToReplace
char replacementString
Last updated 4 years ago
Was this helpful?