Skip to content

Instantly share code, notes, and snippets.

@marisusis
Last active May 22, 2016 15:32
Show Gist options
  • Save marisusis/307f2a8134c3be48c0e4c150a4151f76 to your computer and use it in GitHub Desktop.
Save marisusis/307f2a8134c3be48c0e4c150a4151f76 to your computer and use it in GitHub Desktop.
var color = function() {
var hex = new RegExp("^([a-fA-F0-9]){3,6}$","g");
var rgb = new RegExp("(rgb\([0-255],[0-255],[0-255]\))","g");
return function(c) {
}
}()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment