Funzione
Nativa
string.gmatch
Returns an iterator function that, each time it is called, returns the next captures from <code>pattern</code> over the string s.
Non ancora tradotto
Sintassi
string.gmatch(data, pattern)
Parametri
| Nome | Tipo | Predefinito | Descrizione |
|---|---|---|---|
data
|
string | — | The string to search in |
pattern
|
string | — | The pattern to search for |
Valore restituito
- function