potoooooooo 🥔@lemmy.world to Programmer Humor@programming.devEnglish · 2 days ago#NULL!lemmy.worldimagemessage-square88linkfedilinkarrow-up11.3Karrow-down110
arrow-up11.29Karrow-down1image#NULL!lemmy.worldpotoooooooo 🥔@lemmy.world to Programmer Humor@programming.devEnglish · 2 days agomessage-square88linkfedilink
minus-squarevrek@programming.devlinkfedilinkEnglisharrow-up12·2 days 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.