I want to compare two strings.
str1 = “Hello {user_name}! Welcome to {store_name} How may I help you?”
str2 = “Hello Awais Ali! Welcome to KHAADI How may I help you?”
Now I want to compare and get results TRUE. {user_name} and {store_name} are always be different.
Can someone help me?
Thanks in advance…