Skip to content

Instantly share code, notes, and snippets.

@Octagon-simon
Created July 1, 2022 20:57
Show Gist options
  • Select an option

  • Save Octagon-simon/160f6c0789ca05fd802d0bae38c9039c to your computer and use it in GitHub Desktop.

Select an option

Save Octagon-simon/160f6c0789ca05fd802d0bae38c9039c to your computer and use it in GitHub Desktop.
//the string
const str = "My name is simon ugorji";
//using match method on it with the modifier
console.log(str.match(new RegExp('Simon', 'i')));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment