String Info
Captures the character count of the string, as well as whether characters are in uppercase or lowercase.
Input
| Name | Data Type | Description | 
|---|---|---|
| Source String | String | The string to get information from. | 
Output
| Name | Data Type | Description | 
|---|---|---|
| Char Count | Number | The number of characters in a string. | 
| Uppercase | String | Characters in uppercase. | 
| Lowercase | String | Characters in lowercase. |