Skip to content

Instantly share code, notes, and snippets.

@Husamui
Last active September 26, 2017 18:00
Show Gist options
  • Select an option

  • Save Husamui/c048b22c1db8fe7f81ba56e4f195871f to your computer and use it in GitHub Desktop.

Select an option

Save Husamui/c048b22c1db8fe7f81ba56e4f195871f to your computer and use it in GitHub Desktop.
Replace invalid characters with underscore
string.replace(/[^a-zA-Z0-9.-]/g, "_");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment