Skip to content

Instantly share code, notes, and snippets.

@vldvel
Created February 27, 2018 07:43
Show Gist options
  • Select an option

  • Save vldvel/aa23b818c705d25417a3af2b2aa3edb7 to your computer and use it in GitHub Desktop.

Select an option

Save vldvel/aa23b818c705d25417a3af2b2aa3edb7 to your computer and use it in GitHub Desktop.
string.replace(param1, param2);
// param1 - RegExp or String
// param2 - String or Function(return String)
// EXAMPLE
'ABC'.replace(/A/, 'X'); // XBC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment