Skip to main content
Version: 4.0.0

String Info

Captures the character count of the string, as well as whether characters are in uppercase or lowercase.

Input

NameData TypeDescription
Source StringStringThe string to get information from.

Output

NameData TypeDescription
Char CountNumberThe number of characters in a string.
UppercaseStringCharacters in uppercase.
LowercaseStringCharacters in lowercase.