Skip to content

Instantly share code, notes, and snippets.

@inkychris
Created April 12, 2019 14:26
Show Gist options
  • Save inkychris/44a0d6de8d5596b32dd25e9d8b7eeeb0 to your computer and use it in GitHub Desktop.
Save inkychris/44a0d6de8d5596b32dd25e9d8b7eeeb0 to your computer and use it in GitHub Desktop.
Basic Argument Parsing Regular Expression
(?:\s|\A)(?:(?:--test)[\s=]?)(.+?)(?:\s|\z)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment