Intersection between two strings
Posted: September 16th, 2016, 2:46 pm
Hello good people ,
I have two strings
1 string="lokmij" with maximum 12 caracteres and we can't have two caracters with same values
2 string="l" with maximum 1 caractere.
what i want to do is to comapre this two strings and the result will be a string with caracters not commun between this two strings.
for example between "ABC" and "A" the result will be "BC" .
can i do that ?
kind regards
I have two strings
1 string="lokmij" with maximum 12 caracteres and we can't have two caracters with same values
2 string="l" with maximum 1 caractere.
what i want to do is to comapre this two strings and the result will be a string with caracters not commun between this two strings.
for example between "ABC" and "A" the result will be "BC" .
can i do that ?
kind regards