Hii, Please help ASAP!!!
I have a sentence one sentence in one variable: var_string=“A high marks is Milestone”
and i have one more variable Var2_string=“Milestone”
I want to check whether value of Var2_string is present in var_string or not.
I used in if condition
var_string.contains(Var2_string)
but I am getting false result
Please help