popcar2@programming.dev to Programmer Humor@programming.devEnglish · 1 month agoS&Box went open-source and the comments are very calmprogramming.devimagemessage-square59linkfedilinkarrow-up1634arrow-down15file-text
arrow-up1629arrow-down1imageS&Box went open-source and the comments are very calmprogramming.devpopcar2@programming.dev to Programmer Humor@programming.devEnglish · 1 month agomessage-square59linkfedilinkfile-text
minus-square𝙲𝚑𝚊𝚒𝚛𝚖𝚊𝚗 𝙼𝚎𝚘𝚠@programming.devlinkfedilinkarrow-up3·29 days 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.