qie.toProperCase¶
Signature: qie.toProperCase(inputString)
Returns: String result - the proper-cased inputString, or null if inputString is null
Converts inputString to proper case (capitalizes each name/word). A null inputString returns null.
Parameters¶
| Type | Name | Description | Default |
|---|---|---|---|
| String | inputString | the String to be converted to proper case, may be null |