replace

replace has 1 variant:

Description

replace function replaces a sequence of characters in a string with another set of characters.

Declaration

char replace(char string, char stringToReplace, char replacementString);

Parameters

  1. char string

  2. char stringToReplace

  3. char replacementString

Return Value

Example

See also

Last updated