Purpose
Modifies a string argument and returns the string with the first character in each word in uppercase and all other characters in lowercase. Words are delimited by white space or characters that are not alphanumeric.
Syntax
- TD_SYSFNLIB.
- Name of the database where the function is located.
- string
- A character string or string expression.