Skip to content

Instantly share code, notes, and snippets.

@bmarcot
Created December 4, 2014 17: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 bmarcot/96b5ec83c5a01dfe80da to your computer and use it in GitHub Desktop.
Save bmarcot/96b5ec83c5a01dfe80da to your computer and use it in GitHub Desktop.
var str = 'allleee #psG !! tudu';
var regex = /#(\w+)/;
str = str.replace(regex, "<b>#$1</b>");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment