'Pandas series str.contain check

I am looking to search each value in a pandas series to see if it contains one of many possible sub strings. What is the best way to check multiple str values against a each series value?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source