Funzione
string.EndsWith
Test whether this string ends with given string
Non ancora tradotto
Sintassi
string.EndsWith(other_string)
Parametri
| Nome | Tipo | Predefinito | Descrizione |
|---|---|---|---|
other_string
|
string | — | The given string |
Valore restituito
- boolean
Esempi
local str = "awesome text!",local ends = str:EndsWith("text!")