potoooooooo 🥔@lemmy.world to Programmer Humor@programming.devEnglish · 8 hours ago#NULL!lemmy.worldimagemessage-square37fedilinkarrow-up1703arrow-down12
arrow-up1701arrow-down1image#NULL!lemmy.worldpotoooooooo 🥔@lemmy.world to Programmer Humor@programming.devEnglish · 8 hours agomessage-square37fedilink
minus-squarevrek@programming.devlinkfedilinkEnglisharrow-up8·5 hours 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.