This function checks if a given string adheres to PascalCase naming
conventions, starting with an uppercase letter followed by any
combination of upper and lower case letters.
Usage
isPascalCase(x)
Value
TRUE if the string is PascalCase, FALSE otherwise.