Indicates whether a string has numbers, uppercase characters, and lowercase characters.
Category: | String |
Returned data type: | String |
specifies a string that is to be evaluated for numbers, uppercase characters, and lowercase characters; this can be specified as fixed string, field name, or expression
Note | If string is NULL, the function returns a NULL value. If string is empty (""), an empty value is returned. |