Class FirstToUpperCase

All Implemented Interfaces:
IMask

public class FirstToUpperCase extends AbstractSubstringMask

This mask converts the first character of a string to upper case and the rest of the string to lowercase.

Example: StringValue("a VaLUe") -> A value

Since:
6.0
Author:
Jon van Leuven