BEAUTIFY
Syntax
<beautify-expression> := 'BEAUTIFY(' <String> ')'
Since
2.0
Return-type
String
Description
The function BEAUTIFY changes to letters' case to make a string more readable. After performing this function, the first letter of each word will be in upper case, the rest of each word will be lower case. If you pass NULL to this function, it will return NULL, too.
Examples
BEAUTIFY( 'hello WORLD' )
= 'Hello World
See also
TOLOWER, TOUPPER
