8 kyu

Is the string uppercase?

1,812 of 73,661donaldsebleung

Description:

Is the string uppercase?

Task

Create a method to see whether the string is ALL CAPS.

Examples (input -> output)

"c" -> False
"C" -> True
"hello I AM DONALD" -> False
"HELLO I AM DONALD" -> True
"ACSKLDFJSgSKLDFJSKLDFJ" -> False
"ACSKLDFJSGSKLDFJSKLDFJ" -> True

In this Kata, a string is said to be in ALL CAPS whenever it does not contain any lowercase letter so any string containing no letters at all is trivially considered to be in ALL CAPS.

Fundamentals
Strings

Stats:

CreatedFeb 24, 2016
PublishedFeb 24, 2016
Warriors Trained113933
Total Skips7212
Total Code Submissions234666
Total Times Completed73661
Ruby Completions1812
JavaScript Completions21982
CoffeeScript Completions40
C# Completions4342
Haskell Completions712
Python Completions27078
Elixir Completions494
C Completions2136
NASM Completions81
PHP Completions2088
Forth Completions28
Go Completions3076
TypeScript Completions1556
Julia Completions75
Crystal Completions24
Racket Completions71
Dart Completions1796
Reason Completions19
C++ Completions7160
Factor Completions35
COBOL Completions25
Lua Completions313
Scala Completions156
RISC-V Completions34
OCaml Completions118
Java Completions711
Kotlin Completions219
Total Stars695
% of votes with a positive feedback rating85% of 5418
Total "Very Satisfied" Votes4152
Total "Somewhat Satisfied" Votes948
Total "Not Satisfied" Votes318
Ad
Contributors
  • donaldsebleung Avatar
  • jhoffner Avatar
  • bkaes Avatar
  • cris Avatar
  • matt c Avatar
  • suic Avatar
  • XuPeiYao Avatar
  • cesarmuzel Avatar
  • Chrono79 Avatar
  • kazk Avatar
  • lilsweetcaligula Avatar
  • nomennescio Avatar
  • Voile Avatar
  • Madjosz Avatar
  • mitron6 Avatar
  • Souzooka Avatar
  • monadius Avatar
  • hobovsky Avatar
  • uniapi Avatar
  • RobsonMoon Avatar
  • rabbit_binary7 Avatar
  • Aizaz_Ahmad Avatar
  • user8436785 Avatar
  • Avataw Avatar
  • ejini战神 Avatar
  • akar-0 Avatar
  • Kacarott Avatar
  • Glinator Avatar
  • farhanaditya Avatar
  • ewelborn Avatar
  • KayleighWasTaken Avatar
  • saudiGuy Avatar
Ad