E
Ed
str1="abcdefg"
str2="cd"
If str2 is found in str1, then delete the characters of str2 from str1.
What do I need to do this?
Ed
str2="cd"
If str2 is found in str1, then delete the characters of str2 from str1.
What do I need to do this?
Ed