
October 30th, 2012, 02:03 PM
|
|
Registered User
|
|
Join Date: Oct 2012
Posts: 7
Time spent in forums: 2 h 57 m 24 sec
Reputation Power: 0
|
|
|
Help please *Strings*
Hello there, hope you could help me out with my question about strings.
So my question is..
I have 3 strings , I need to find the second string in the first one(search one string in another string) and then to replace it with the third string.
For ex':
a = abcde
b = cd
c = xx
The result need to be: a = abxxe
Tnx for help 
|