Pravee7094
Active Member
Hi all,
How to remove common letters in two strings?
Here I have two names in string variable, Here in the both names, 'A' and 'N' letter is common.
so I wanna remove those letter. and print remaining letters.
Any suggestion or help?
Thanks
How to remove common letters in two strings?
B4X:
dim str1 as string = "GUNA"
dim str2 as string = "MANI"
Here I have two names in string variable, Here in the both names, 'A' and 'N' letter is common.
so I wanna remove those letter. and print remaining letters.
Any suggestion or help?
Thanks