/
not_empty?

not_empty?

Opposite of empty? filter.

Input:

{{ "" | not_empty? }} {{ [] | not_empty? }} {{ "nope" | not_empty? }}

Output:

false false true

 

Related content

Filters
Filters
More like this
to_json
to_json
More like this
html_input
html_input
More like this
unshift
unshift
More like this
push
More like this
from_json
from_json
More like this