Modulo:FunzioniGeneriche: differenze tra le versioni

Vai alla navigazione Vai alla ricerca
m
Match
(TestSpaces)
m (Match)
Riga 217: Riga 217:
local TestString = "Seven of Nine"
local TestString = "Seven of Nine"
return string.find(TestString, "[^%s]+$")
return string.match(TestString, "[^%s]+$")
end
end
return p
return p

Menu di navigazione