PROPER_CASE Function


Description: Sets the first letter of each word to an upper case letter and sets the rest of the word to lower case for the value provided. A word is determined by a trailing space or special character. For example, "UPPER CASE" would become "Upper Case", "lower case" would become "Lower Case", and "123fire" would become "123Fire".

Parameters: String

  • Source text: The string containing the source value.

Return: String containing the converted value.

Syntax: PROPER_CASE(<source text>)

Example: Set the value in String 4 proper to the proper case of the value in String 4.

DE( "String 4 proper" ).setValue
  ( PROPER_CASE( DE( "String 4" ).getValue( ) ) );

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*