Course Content
C++ Data Types
C++ Data Types
String Manipulation Practice
replace
// replaces n characters starting from start with str2 str.replace(start, n, str2)
Task
Swipe to show code editor
- Replace the
"debug"
with"release"
. - Your program should output
mode=release
.
Solution
solution
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 3. Chapter 5
String Manipulation Practice
replace
// replaces n characters starting from start with str2 str.replace(start, n, str2)
Task
Swipe to show code editor
- Replace the
"debug"
with"release"
. - Your program should output
mode=release
.
Solution
solution
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 3. Chapter 5
Switch to desktop for real-world practiceContinue from where you are using one of the options below