Hello,
I have a task to do…
I have to compare the value of two strings.
For eg:if String1 has a default value {“A”,“B”,“C”}
String2 will contain single value either A or B or C and sometimes none of these but D.
Please can you advice me a if condition where I can check value of string2 is available in string1
How can I check it
I want to check
for eg, array1= A, B, C
array2= A
then if condition to check value of array2 is present in array1
if condition is met then proceed to another step, else different step
please advice