-
-
Save marisusis/307f2a8134c3be48c0e4c150a4151f76 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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