8 kyu

Is the string uppercase?

27,118 of 73,740donaldsebleung

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 Trained114053
Total Skips7220
Total Code Submissions234886
Total Times Completed73740
Ruby Completions1812
JavaScript Completions21994
CoffeeScript Completions40
C# Completions4345
Haskell Completions712
Python Completions27118
Elixir Completions495
C Completions2137
NASM Completions81
PHP Completions2089
Forth Completions28
Go Completions3082
TypeScript Completions1557
Julia Completions75
Crystal Completions24
Racket Completions71
Dart Completions1797
Reason Completions19
C++ Completions7168
Factor Completions35
COBOL Completions25
Lua Completions313
Scala Completions156
RISC-V Completions34
OCaml Completions118
Java Completions719
Kotlin Completions221
Total Stars696
% of votes with a positive feedback rating85% of 5419
Total "Very Satisfied" Votes4153
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