Skip to content

Instantly share code, notes, and snippets.

@ozantunca
Last active September 6, 2020 10:13
Show Gist options
  • Save ozantunca/a201b9edba749fe8f56907d414d08a62 to your computer and use it in GitHub Desktop.
Save ozantunca/a201b9edba749fe8f56907d414d08a62 to your computer and use it in GitHub Desktop.
'lorem ipsum dolor sit amet'.replaceAll(' ', '-');
// -> 'lorem-ipsum-dolor-sit-amet'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment