Capitalize$

Purpose:

Returns a string in which the first letter of the individual words is a capital letter and the rest are small letters.

Parameter(s):

String

Return value:

String

Example:

Capitalize$ (Product.Category)        Result: “Tea, Coffee, And Soft Drinks“