Parameters (String);
Returns: String;
Function to change a string to proper (title) case.
The parameter is the source string
The first character of each word will be changed to upper case.
Words separated by either spaces or '-' characters are supported.
Example: PROPER('peter hodson-bridge') = 'Peter Hodson-Bridge'
Comments
0 comments
Please sign in to leave a comment.