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
b22c9c5d-9208-48f4-b874-1cefb8df4d76