Converts an array of words to PascalCase by capitalizing each word. Recursively processes each word in the array.
Converts an array of words to PascalCase by capitalizing each word. Recursively processes each word in the array.