is_empty

Checks if a value is empty.

Example

1
{{ $a | is_empty }} => false
mixed value The value to check. Comes before the | sign. Required

Output

Type Description
bool True if the value is empty, false otherwise