Skip to content

Instantly share code, notes, and snippets.

@mballoni
Created July 17, 2018 21:29
Show Gist options
  • Select an option

  • Save mballoni/cc4f6c868474163df6edbefcc93b31de to your computer and use it in GitHub Desktop.

Select an option

Save mballoni/cc4f6c868474163df6edbefcc93b31de to your computer and use it in GitHub Desktop.
Regex groups naming convention
let day ='(?<day>\\d+ *)', month='(?<month> *\\d+)', regexp = new RegExp(`^${day}\/${month}$`, 'g')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment