Skip to content

Instantly share code, notes, and snippets.

@ashleygwilliams
Created April 20, 2015 17:27
Show Gist options
  • Select an option

  • Save ashleygwilliams/a1a2e7c0c586a00ba47a to your computer and use it in GitHub Desktop.

Select an option

Save ashleygwilliams/a1a2e7c0c586a00ba47a to your computer and use it in GitHub Desktop.
"hello my hello name is ashley".replace(/^(hello).+/g, '$1 other stuff instead')
"hello other stuff instead"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment