![]() |
STRING SUBSET COUNTName:
where <count> is a parameter containing the number of times <smatch> is found in <sorg>; <sorg> is the name of a pre-existing string; and <smatch> is the name of a pre-existing string.
you need to do
LET STRING SMATCH = @ LET NC = STRING SUBSET COUNT SORG SMATCH 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 = [email protected],[email protected] LET STRING S2 = @ LET NNAMES = STRING SUBSET COUNT S1 S2The value of NNAMES will be 2.
|
Privacy
Policy/Security Notice
NIST is an agency of the U.S.
Commerce Department.
Date created: 02/05/2019 |