Syntax: |
scalar = SUP(string1,string2)
|
The SUP
function accepts two strings as arguments.
If string1
is a superset of
string2
(string2
is a
subset of string1
) it returns one (1), otherwise it
returns zero (0). Neither string argument will be modified.