RSS BotMB to Hacker NewsEnglish · 21 days agoIt's Not Wrong that " ".length == 7hsivonen.fiexternal-linkmessage-square1fedilinkarrow-up15arrow-down10file-text
arrow-up15arrow-down1external-linkIt's Not Wrong that " ".length == 7hsivonen.fiRSS BotMB to Hacker NewsEnglish · 21 days agomessage-square1fedilinkfile-text
minus-squareRikudou_Sage@lemmings.worldlinkfedilinkEnglisharrow-up2·20 days agoNice! If anyone’s curious about php: strlen("🤦🏼♂️"); // 17 mb_strlen("🤦🏼♂️"); // 5 grapheme_strlen("🤦🏼♂️"); // 1
Nice! If anyone’s curious about php:
strlen("🤦🏼♂️"); // 17 mb_strlen("🤦🏼♂️"); // 5 grapheme_strlen("🤦🏼♂️"); // 1