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