String Manipulation Practice
replace
// replaces n characters starting from start with str2 str.replace(start, n, str2)
Завдання
Swipe to start coding
- Replace the
"debug"
with"release"
. - Your program should output
mode=release
.
Рішення
solution
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 3. Розділ 5