art-emini/DuckEngine

isHex does not work with short hex colors

art-emini opened this issue · 0 comments

What Happens:

isHex('#fff') -> false
isHex('#ffffff') -> true

Fix:

^#[0-9A-F]{6}|#[0-9A-F]{3}$

Will fix in 1.0.0