Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Color contrast: Difference between revisions

Content added Content deleted
(html #)
(Undid revision 757931345 by Frietjes (talk))
Line 98: Line 98:
-- remove leading # (if there is one) and whitespace
-- 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]*$')
c = mw.ustring.match(c, '^[%s]*#([a-f0-9]*)[%s]*$')


-- split into rgb
-- split into rgb
Cookies help us deliver our services. By using our services, you agree to our use of cookies.