Skip to content

Instantly share code, notes, and snippets.

@brendt
Last active August 29, 2015 14:26
Show Gist options
  • Save brendt/045a9f17d3d060365674 to your computer and use it in GitHub Desktop.
Save brendt/045a9f17d3d060365674 to your computer and use it in GitHub Desktop.
JS regex with boundaries
(?!{)[\w\.]+(?=})/g
<a href="{material.url}">{material.type}</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment