PROGRAMMING OVERVIEW AND USER INTERFACE


Examples: Input translation formulas
This input translation formula makes the Subject field proper case (initial capitals) with no extraneous spaces.

@Trim(@ProperCase(Subject))

See Also