if (!matches('the lazy dog*',testList))
fails.push("Asterisk matches zero characters also - should be true");
...
JavaScript On Search a string with wildcards
by dpm1661,
March 03, 2010 06:14
function matches(matchString,list)
{
...
JavaScript On Search a string with wildcards
by dpm1661,
March 03, 2010 05:57
Hi Nathan,
You're so clos...
Oh, one more thing about th...