Two modes are available.
If a null value is supplied for Parameter NDF then the value supplied for Parameter MOD should not include an asterisk, since there are no names to be modified. Instead, the MOD value should specify an explicit group of NDF names do not need to exist. [!]
If a null (!) value is supplied, then the displayed list of NDFs is determined by the value supplied for the MOD parameter.
"\d" -- Matches a single digit.
"\D" -- Matches anything but a single digit.
"\w" -- Matches any alphanumeric character, and "_".
"\W" -- Matches anything but alphanumeric characters, and "_".
"\s" -- Matches white space.
"\S" -- Matches anything but white space.
Any other character that has no special significance within a
regular expression matches itself. Characters that have special
significance can be matched by preceding them with a backslash
(
) in which case their special significance is ignored (note,
this does not apply to the characters in the set dDsSwW).
Note, minus signs ("-") within brackets have no special significance, so ranges of characters must be specified explicitly.
The following quantifiers are allowed.
The following constraints are allowed.
Multiple templates can be concatenated, using the "|" character to separate them. The test string is compared against each one in turn until a match is found.
KAPPA --- Kernel Application Package