isNotEmpty isNotEmpty
Restituisce true se la stringa nel parametro non è vuota.
Categoria
Stringa
Sintassi della funzione
isNotEmpty(<parameters>)
Elemento “parameters”
- stringa
Firma e tipo restituito
isNotEmpty(<string>)
Restituisce un valore booleano.
Esempio
isNotEmpty("")
Restituisce false.
isNotEmpty("hello")
Restituisce true.
recommendation-more-help
4f4a00c1-77c9-4eee-84df-bbe6206c3ab9