Replace example | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answer
+ 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