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