I'm trying to find some function in Python which can help me with finding some word-matches of two different strings.
For example we have 2 strings:
- "I am playing basketball everyday"
- "basketball is the worst game ever"
And I want this function to return true if "basketball" was found in both strings.