Skip to content

ProperCase Function

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

Syntax

string ProperCase(input:string)

Description

Converts the first character of each space-delimited word in a string to upper case and all other characters are converted to lower case.

Remarks

This function differs from the TitleCase function in that it does not ignore the words (acronyms) that are entirely in uppercase.

Supported Version

1.0.0.0 and later

Examples

ProperCase([//Target/FirstName])

Clone this wiki locally