NAME
IsDict — Check whether contents of string form a dict.
SYNOPSIS
IsDict
StringValue
DESCRIPTION
Return Value
1
String does make for a dict.
0
String does not make for a dict.
Arguments
StringValue
String to check whether or not it makes for a dict.
For information regarding exceptions / errors, see
here
.
EXAMPLES
%
IsDict [dict create one uno]
1
% IsDict {not a dict}
0
SEE ALSO
dict
KEYWORDS
check
,
dict
,
validation
,
verification