Skip to content

Latest commit

 

History

History

help-bob-count-letters-and-digits

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Bob is a lazy man.

He needs you to create a method that can determine how many letters (both uppercase and lowercase ASCII letters) and digits are in a given string.

Example:

"hel2!lo" --> 6

"wicked .. !" --> 6

"!?..A" --> 1