Skip to content

TitleCase Function

Nilesh Ghodekar edited this page Jan 8, 2016 · 2 revisions

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])

Clone this wiki locally