Reference for Wiring 1.0 (ALPHA) 0019+. If you have a previous version, use the reference included with your software.
If you see any errors or have any comments, let us know.
Class
String
Name
replace()
Examples
String str = "CCCP";
str.replace('C','1');
Serial.println(c1); // Prints '111P'
Description
Replaces all occurrences of chr1 in this string with chr2.