notNull
Description: The notNull
function
returns the opposite value of the isNull
function. That is, it will
return true
if the subject exists and false
otherwise.
Subject Type: Any
Arguments: No arguments
Return Type: Boolean
Examples: ${filename:notNull()}
returns true
if the "filename" attribute exists. It returns
false
if the attribute does not exist.