Replacing a word in a string with the given word
Hi Everyone...
Need your Help. I don't want to use any pr defined functions to perform the following task...
For Example : I have a Sting "This is my World" now i want to search a word say "my" and replace it with some other word. Like "your"
so my final string should look some thing like this " This is Your World"
I don want to use any of the predefined functions. I hope my question is clear.
Hope to get the answer at the earliest.
Thanks and regards
-Atul Saxena

