Module:Color contrast: Difference between revisions

Undid revision 757931345 by Frietjes (talk)
(html #)
(Undid revision 757931345 by Frietjes (talk))
Line 98:
-- remove leading # (if there is one) and whitespace
c = mw.ustring.match(c, '^[%s#]*([a-f0-9]*)[%s]*$')
c = mw.ustring.match(c, '^[%s]*#([a-f0-9]*)[%s]*$')
 
-- split into rgb
Anonymous user