[Tutor] Reg Ex in python

2006-07-26 Thread The Fulch
Hi,   Given two strings I need to determine weather or not one of the strings is a subset of the other string. In at least one of the strings there is a star "*" which can be any character or a null there is a maximum of one star per string.   So basically I want the function to return true if you

Re: [Tutor] Regex in Python

2006-07-27 Thread The Fulch
F6B0> in my program?If its a match, I want to be able to return 'true' or 1 Mike>The Fulch wrote:> > Hi,> >> > Given two strings I need to determine weather or not one of the> > strings is a subset of the other string. In at least one of the> > strings th