• Feyter@programming.devM
    link
    fedilink
    arrow-up
    2
    ·
    2 years ago

    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.