|
STRING CONTAINName:
where <iflag> is a parameter containing a 1 if <s1> contains the string <s2> and 0 otherwise; <s1> is the name of a pre-existing string; and <s2> is the name of a pre-existing string.
you need to do
The name on the left hand side of the equal sign should either be a previously existing parameter or not previously defined. If it is a previously existing string, variable, or matrix name, an error will be reported and the requested parameter will not be created.
LET STRING S1 = alan.heckert@gmail.com LET STRING S2 = alan LET IFLAG = STRING CONTAINS S1 S2The following output is returned PARAMETERS AND CONSTANTS-- IFLAG -- 0.1000000E+01
|
Privacy
Policy/Security Notice
NIST is an agency of the U.S.
Commerce Department.
Date created: 01/31/2019 |