Skip to content

Instantly share code, notes, and snippets.

@gerzenstl
Created June 28, 2018 14:36
Show Gist options
  • Select an option

  • Save gerzenstl/fec6c9158db16c205abe2c332bc5220f to your computer and use it in GitHub Desktop.

Select an option

Save gerzenstl/fec6c9158db16c205abe2c332bc5220f to your computer and use it in GitHub Desktop.
function getMachineName(text) {
return text.toLowerCase().replace(/\W/g, '-');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment