Text.Proper
Capitalizes the first letter of each word.
function (optionaltext
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"
Last modified 4yr ago