Capitalizes the first letter of each word.
function (optional
text
as nullable any, optionalculture
as nullable any) as nullable any
Returns the result of capitalizing only the first letter of each word in text value text
. All other letters are returned in lowercase.
Text.Transformations
Use Text.Proper
on a simple sentence.
Text.Proper("the QUICK BrOWn fOx jUmPs oVER tHe LAzy DoG")
"The Quick Brown Fox Jumps Over The Lazy Dog"