Proper
Proper Function
This function converts the given string to proper case. Similar to the Proper function in excel.
Syntax
Proper (scalar StringValue)
Arguments
| Argument | Description |
|---|---|
scalar StringValue | String to be converted to proper case |
Examples:
Proper('rISE Digital Process Logic sTuDio')
Returns the string 'Rise Digital Process Logic Studio'.