Hash
HEXISTS
Checks if a field exists in a hash.
Arguments
The key to get.
The field to check.
Response
True
if the hash contains field
. False
if the hash does not contain field
, or key
does not exist.
Was this page helpful?
Checks if a field exists in a hash.
The key to get.
The field to check.
True
if the hash contains field
. False
if the hash does not contain field
, or key
does not exist.
Was this page helpful?