popcar2@programming.dev to Programmer Humor@programming.devEnglish · 2 days agoS&Box went open-source and the comments are very calmprogramming.devimagemessage-square56fedilinkarrow-up1598arrow-down14file-text
arrow-up1594arrow-down1imageS&Box went open-source and the comments are very calmprogramming.devpopcar2@programming.dev to Programmer Humor@programming.devEnglish · 2 days agomessage-square56fedilinkfile-text
minus-square𝙲𝚑𝚊𝚒𝚛𝚖𝚊𝚗 𝙼𝚎𝚘𝚠@programming.devlinkfedilinkarrow-up1·6 hours agoThere are StringComparison options to pass that allow you to ignore case sensitivity when comparing. No need for ToLower.
There are StringComparison options to pass that allow you to ignore case sensitivity when comparing. No need for ToLower.