Anonimo

Modulo:FunzioniGeneriche: differenze tra le versioni

Da Wikitrek.
Nessun cambiamento nella dimensione ,  12 apr 2022
m
Final version of space processing routine
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, 2))
return Match .. " - " .. string.upper(string.sub(Match, 1, 1))
end
end
return p
return p