Module:Color contrast: Difference between revisions

html #
m (Changed protection level of Module:Color contrast: High risk module 235k+ transclusions ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
(html #)
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