67 741
contributi
Nessun oggetto della modifica |
m (Final version of space processing routine) |
||
Riga 217: | Riga 217: | ||
local TestString = "Seven of Nine" | local TestString = "Seven of Nine" | ||
local Match = string.match(TestString, "[^%s]+$") | local Match = string.match(TestString, "[^%s]+$") | ||
return Match .. " - " .. string.upper(string.sub(Match, 1, | return Match .. " - " .. string.upper(string.sub(Match, 1, 1)) | ||
end | end | ||
return p | return p |