Module case

Module case 

Source
Expand description

Case transformation rules (uppercase, lowercase).

Structsยง

CapitalizeTransform
Capitalize transformation - capitalizes first letter of each word.
LowercaseTransform
Lowercase transformation - converts string to lowercase.
UppercaseTransform
Uppercase transformation - converts string to uppercase.