down matches down* because * also includes empty string. Also download matches down*
D matches D* but d is not matching D* because D is a different character than d.
down matches down* because * also includes empty string. Also download matches down*
D matches D* but d is not matching D* because D is a different character than d.