Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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