1.

How to replace characters in strings?

Answer»

How to replace CHARACTERS in strings?
Choose the correct the option from below list
(1)All the OPTIONS
(2)replace("String")-(3)replace("string","pattern","new_char"
(4)string_replace("string",new_char)

Answer:-(3)replace("string","pattern","new_char"



Discussion

No Comment Found