Content deleted Content added
Implementing surname detection |
Testing |
||
Line 269:
local terminations = {"ez", "es", "is", "iz"}
for c, termination in ipairs(terminations) do
local finalLetters = string.sub(
if (finalLetters == termination) then
isGiven = false
Line 295:
local terminations = {"ez", "es", "is", "iz"}
for c, termination in ipairs(terminations) do
local finalLetters = string.sub(
if (finalLetters == termination) then
isGiven = false
|