Skip to content

Instantly share code, notes, and snippets.

@faywong
Created July 19, 2017 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save faywong/bc35df9a3fc36701d784b6779be637e4 to your computer and use it in GitHub Desktop.
Save faywong/bc35df9a3fc36701d784b6779be637e4 to your computer and use it in GitHub Desktop.
replace all backslash with slash
str.replace(/\\/g, '/');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment