String Manipulation Practice
replace
// replaces n characters starting from start with str2 str.replace(start, n, str2)
Compito
Swipe to start coding
- Replace the
"debug"
with"release"
. - Your program should output
mode=release
.
Soluzione
solution
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 3. Capitolo 5