Replace example | Sololearn: Learn to code for FREE!
Nowy kurs! Każdy programista powinien nauczyć się Generative AI!
Wypróbuj darmową lekcję
+ 2

Replace example

can any one give me example about replace method in strings

3rd Dec 2016, 10:25 AM
abdulmalek dery
abdulmalek dery - avatar
1 Odpowiedź
+ 6
string example = "This is an example"; string repl = example.Replace('T','F'); //output: Fhis is an example
3rd Dec 2016, 11:42 AM
Max_N
Max_N - avatar