danasegarane
Active member
- Joined
- Jun 14, 2006
- Messages
- 41
- Programming Experience
- Beginner
Replace String
Dear All,
I have two array of text string array1 and array2.Now I need to replace the contents of the array2
with array1.If the array2 contains the arraylist then leave.Else add the items to the array2.How can I
For example
String1="1;2;3;4;5"
String2="3:5"
I want to check for string2 in string1.If it contains then that matching items to be removed from
the first string
Thanks in Advance
Dana
Dear All,
I have two array of text string array1 and array2.Now I need to replace the contents of the array2
with array1.If the array2 contains the arraylist then leave.Else add the items to the array2.How can I
For example
String1="1;2;3;4;5"
String2="3:5"
I want to check for string2 in string1.If it contains then that matching items to be removed from
the first string
Thanks in Advance
Dana
Last edited by a moderator: