Re: [Tutor] Reg Ex in python

2006-07-27 Thread Kent Johnson
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 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

[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