I have a table in which users enter hexadecimal values to set colors and background-colors. I'd like to validate the values the user enter, requires=IS_HEX() would be ideal, but there is no such validator. I wonder whether any one has done hexadecimal validation and could provide me with a validator.
Kind regards, Annet.

