Skip to content

Instantly share code, notes, and snippets.

@cb1kenobi
Created June 20, 2012 05:46
Show Gist options
  • Save cb1kenobi/2958320 to your computer and use it in GitHub Desktop.
Save cb1kenobi/2958320 to your computer and use it in GitHub Desktop.
regex
var regex = /^(bottom|height|left|right|top|width)$/;
if (regex.test("width")) {
// win
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment