Skip to content

Instantly share code, notes, and snippets.

@ezfe
Created June 21, 2014 15:56
Show Gist options
  • Save ezfe/0a20f0f5f2b343d0fc41 to your computer and use it in GitHub Desktop.
Save ezfe/0a20f0f5f2b343d0fc41 to your computer and use it in GitHub Desktop.
var NoSavesS = new RegExp("%s(?!\\[)");
var NoSavesE = new RegExp("%e(?!\\[)");
var Saves = new RegExp("(%[s|e])\\[([a-zA-Z0-9]+)\\]","g");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment