Skip to content

Instantly share code, notes, and snippets.

@Alexander-Ignition
Created September 30, 2022 15:06
Show Gist options
  • Save Alexander-Ignition/6dee90baee62b9c035af82c75e4ffd59 to your computer and use it in GitHub Desktop.
Save Alexander-Ignition/6dee90baee62b9c035af82c75e4ffd59 to your computer and use it in GitHub Desktop.
String length

String length

https://hsivonen.fi/string-length/

language code
JavaScript "🤦🏼‍♂️".length == 7
Kotln "🤦🏼‍♂️".length == 7
Ruby "🤦🏼‍♂️".length == 5
Python len("🤦🏼‍♂️") == 5
Swift "🤦🏼‍♂️".count == 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment