Skip to content

ProperCase Function

Jef Kazimer edited this page Dec 3, 2015 · 2 revisions

Syntax

ProperCase(value:string)

Return Type

Value

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.

Usage Scenarios

Notes

Supported Version

Examples

ProperCase([//Target/FirstName])
Clone this wiki locally