Restituisce true se il secondo parametro è un prefisso del primo.
Categoria
Stringa
Sintassi della funzione
startWith(<parameters>)
Elemento “parameters”
Firma e tipo restituito
startWith(<string>,<string>)
Restituisce un valore booleano.
Esempio
startWith("Hello World", "Hello")
Restituisce true.
startWith("Hello World", "World")
Restituisce false.