• vrek@programming.dev
    link
    fedilink
    English
    arrow-up
    12
    ·
    2 days 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.