strings.py: Replaced no longer used contains_any() with find_any(), which returns any found substring, or None if none of the substrings were found
strings.py: Replaced no longer used contains_any() with find_any(), which returns any found substring, or None if none of the substrings were found