Documentation

proper

Syntax: %proper(s)

Convert s to proper case (lowercase except for first letter).

Examples:

#SHOW %proper("this IS a test.")

displays:

This is a test.

Add comment

Login or register to post comments