If you have the string a = "Super rich rush to buy superyachts" and you have the string b = "ruush to buyy".
My question is: Is it possible to use regex to make a confirmation if almost all word from the string "a" is the same from the string "b"? If yes, how?