開啟主選單
求真百科
搜尋
變更
← 較舊編輯
較新編輯 →
模块: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;]*$' )
匿名用戶
mediawiki1>RexxS