Skip to content

Instantly share code, notes, and snippets.

@aibolik
Created August 28, 2019 05:02
Show Gist options
  • Select an option

  • Save aibolik/2bc2c49b638c649e53767fa024c05040 to your computer and use it in GitHub Desktop.

Select an option

Save aibolik/2bc2c49b638c649e53767fa024c05040 to your computer and use it in GitHub Desktop.
Wrap a term in string with some other string(like HTML tag `strong`)
let title = title.replace(new RegExp(search, 'ig'), `<strong>$&</strong>`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment