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

Oh, one more thing about th...

9b4d76224c1fefc34b682e799df98624 Talk
function matches(matchString,list)
{

...

JavaScript On Search a string with wildcards

by dpm1661, March 03, 2010 05:57

Hi Nathan,

You're so clos...

9b4d76224c1fefc34b682e799df98624 Talk