7 kyu
Help Bob count letters and digits.
604 of 7,010user4790725
Description:
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
Strings
Fundamentals
Similar Kata:
Stats:
Created | May 15, 2016 |
Published | Jul 22, 2016 |
Warriors Trained | 9811 |
Total Skips | 224 |
Total Code Submissions | 19710 |
Total Times Completed | 7010 |
C# Completions | 604 |
C++ Completions | 936 |
Ruby Completions | 314 |
Haskell Completions | 162 |
Python Completions | 2610 |
CFML Completions | 36 |
Prolog Completions | 28 |
JavaScript Completions | 1923 |
TypeScript Completions | 252 |
C Completions | 240 |
Julia Completions | 25 |
Java Completions | 193 |
Total Stars | 60 |
% of votes with a positive feedback rating | 91% of 1015 |
Total "Very Satisfied" Votes | 846 |
Total "Somewhat Satisfied" Votes | 152 |
Total "Not Satisfied" Votes | 17 |
Total Rank Assessments | 16 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 7 kyu |
Lowest Assessed Rank | 8 kyu |