Module:Sandbox/Ajuanca/Names: Difference between revisions

Content deleted Content added
Testing
Testing
Line 344:
for x, eachName in ipairs(fullNameTable) do
if(string.find(eachName, "%(")~=nil) then
local intStart = string.find(eachName, "%(")+1
local intEnd = string.find(eachName, ")")-1
table.insert(name.familyNames, string.sub(eachName, intStart, intEnd))