Problem 129. All capital?
Are all the letters in the input string capital letters?
Examples:
'MNOP' -> 1 'MN0P' -> 0
Solution Stats
Problem Comments
-
8 Comments
Show
5 older comments
Ned Gulley
on 24 Apr 2012
I added a test for lowercase.
Des Mc Manus
on 6 Dec 2012
the description of the problem is misspecified. "Are all the letters in the input string capital letters?" Numbers are not letters. The tests treat numbers as lower case.
Swapnil
on 21 Jun 2013
Test cases are not according to problem statement.
Solution Comments
Show commentsProblem Recent Solvers649
Suggested Problems
-
1329 Solvers
-
Number of 1s in the Binary Representation of a Number
455 Solvers
-
Project Euler: Problem 1, Multiples of 3 and 5
3372 Solvers
-
Back to basics 16 - byte order
193 Solvers
-
Getting the row and column location from a matrix
288 Solvers
More from this Author100
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!