If I have this:
a=\'abcdefghij\' b=\'de\'
Then this finds b in a:
b in a => True
Is there a way of doi
Not sure how complex your application is, but for pattern matching in lists, pyparsing is very smart and easy to use.