Initial Release 4.0

Symbolic Value : Character Manipulation

NLS_FIND_xxx - Flags used by the function NLS_find.
----------------------------------------------------------------------------------------------------------

#include <nls.h>

Symbolic Values :

NLS_FIND_CHARINSET - Find the first character that is in the set.

NLS_FIND_CHARNOTINSET - Find the first character that is not in the set.

Description :

These flags are used to specify whether NLS_find is to find characters that are in the set or not in the set.

See Also :

NLS_find
----------------------------------------------------------------------------------------------------------