Is there something similar to a LIKE function in python? What I'm trying to accomplish is to search inside a string, if it finds specific criteria it sets another variable to a specific value.
In other scripting languages I have used a LIKE function to do this but I can't find anything comparable in Python.