Skip to content

Instantly share code, notes, and snippets.

@ChukwuEmekaAjah
Created October 31, 2018 12:08
Show Gist options
  • Save ChukwuEmekaAjah/6c69f693b4f2fa0368cb02eca7f933b7 to your computer and use it in GitHub Desktop.
Save ChukwuEmekaAjah/6c69f693b4f2fa0368cb02eca7f933b7 to your computer and use it in GitHub Desktop.
Global variables in vhost index.js file.
var asteriskRegExp = /\*/g
var asteriskReplace = '([^\.]+)'
var endAnchoredRegExp = /(?:^|[^\\])(?:\\\\)*\$$/
var escapeRegExp = /([.+?^=!:${}()|\[\]\/\\])/g
var escapeReplace = '\\$1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment