Skip to content

Instantly share code, notes, and snippets.

@bdbch
Last active March 15, 2019 18:14
Show Gist options
  • Save bdbch/180ee552ed398e38745b5e721ec1ba71 to your computer and use it in GitHub Desktop.
Save bdbch/180ee552ed398e38745b5e721ec1ba71 to your computer and use it in GitHub Desktop.
Get Arguments from a Javascript Function via Regex
RegExp(/['"`]([a-zA-Z0-9]*)['"`]/, 'g').exec('console.log("Test")')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment