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
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