TitleCase Function - microsoft/MIMWAL GitHub Wiki
Syntax
string TitleCase(input:string)
Description
Converts the specified string to title case (except for words that are entirely in uppercase, which are considered to be acronyms).
Remarks
This function differs from the ProperCase function in that it does ignores the words (acronyms) that are entirely in uppercase.
Supported Version
2.15.312.0 and later
Examples
TitleCase([//Target/DisplayName])