hydroptic@sopuli.xyz to Programmer Humor@programming.dev · 5 months ago"☹️".reverse() == "🙂"sopuli.xyzimagemessage-square21fedilinkarrow-up1309cross-posted to: programmerhumor@lemmy.ml
arrow-up1309image"☹️".reverse() == "🙂"sopuli.xyzhydroptic@sopuli.xyz to Programmer Humor@programming.dev · 5 months agomessage-square21fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarelad@programming.devlinkfedilinkEnglisharrow-up5·5 months agoNah, this could’ve been possible with some clever fuckery in defining those emojis’ unicode content, like with flags that are not a single point but three independent ones, allowing you to do this: "🇧🇬".reverse() == "🇬🇧" "🇬🇪".reverse() == "🇪🇬"
Nah, this could’ve been possible with some clever fuckery in defining those emojis’ unicode content, like with flags that are not a single point but three independent ones, allowing you to do this:
"🇧🇬".reverse() == "🇬🇧" "🇬🇪".reverse() == "🇪🇬"