I have a label name called "Color Scheme" and an input showing you the HEX colors that you just inputted.
I have limited the max length to 27 so when they input their HEX colors, like this 222222,000000,999999,ffeb00
. By default, I put the commas in myself, but I want the regex to automatically input a comma to the end of the HEX color and only allow letters, numbers, and commas.
Does anyone the regex code for this?