Skip to content

Instantly share code, notes, and snippets.

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