Skip to content

Instantly share code, notes, and snippets.

@julienetie
Created May 16, 2021 14:35
Show Gist options
  • Save julienetie/e2a3af95894031f9bc33282601a6f5c8 to your computer and use it in GitHub Desktop.
Save julienetie/e2a3af95894031f9bc33282601a6f5c8 to your computer and use it in GitHub Desktop.
Object class RegExp
const string = "[object Window]";
const pattern = /[^[object ](.*)[^\]]/g;
string.match(pattern);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment