• vrek@programming.dev
    link
    fedilink
    English
    arrow-up
    8
    ·
    5 hours ago

    Keep in mind, the lowercase and uppercase letters are in continuous blocks on the ASCII table so you can can use that to verify if a char is a letter without doing an incredible long chain of if else statements.