Module:Sandbox/BrownHairedGirl/valueFunc

This is an old revision of this page, as edited by BrownHairedGirl (talk | contribs) at 22:39, 1 April 2018 (test). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local getArgs = require('Module:Arguments').getArgs
local p = {}


function p.main(args)
s =  "South Dublin (county)"
pn = "Category:Sportspeople from South Dublin (county)"
s = mw.ustring.gsub( s, "([^%w_])", "%%1")
pn = mw.ustring.gsub(pn, s, "")




	return  "s= [" .. s .. "]\n" .. "pn = [" .. pn .. "]"


end

return p