potoooooooo 🥔@lemmy.world to Programmer Humor@programming.devEnglish · 2 months ago#NULL!lemmy.worldimagemessage-square93linkfedilinkarrow-up11.36K
arrow-up11.36Kimage#NULL!lemmy.worldpotoooooooo 🥔@lemmy.world to Programmer Humor@programming.devEnglish · 2 months agomessage-square93linkfedilink
minus-squarevrek@programming.devlinkfedilinkEnglisharrow-up12·2 months agoKeep 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.
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.