開啟主選單

求真百科

變更

模块:Color contrast

增加 48 位元組, 6 年前
replace html entity with # symbol - tested in /sandbox1 so as not to disturb /sandbox
return ''
end
 
-- html '#' entity
c = c:gsub("#", "#")
 
-- whitespace
c = c:match( '^%s*(.-)[%s;]*$' )
匿名用戶