Module:Currency: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 8:
 
function p.parse(a)
a = string.gsub(a, ",", "").gsub(a, ".", "")
val = tonumber(a)
if val == nil then