6 kyu

Detect Pangram

64,635 of 194,478anindyabd

Description:

A pangram is a sentence that contains every single letter of the alphabet at least once. For example, the sentence "The quick brown fox jumps over the lazy dog" is a pangram, because it uses the letters A-Z at least once (case is irrelevant).

Given a string, detect whether or not it is a pangram. Return True if it is, False if not. Ignore numbers and punctuation.

Strings
Data Structures
Fundamentals

Similar Kata:

Stats:

CreatedNov 7, 2014
PublishedNov 7, 2014
Warriors Trained343747
Total Skips38536
Total Code Submissions707998
Total Times Completed194478
Python Completions77956
Haskell Completions1857
Clojure Completions719
JavaScript Completions64635
C# Completions11660
Java Completions22234
R Completions394
Ruby Completions4074
PHP Completions3716
C Completions4135
Prolog Completions34
Pascal Completions60
TypeScript Completions4583
λ Calculus Completions9
Factor Completions10
COBOL Completions6
Rust Completions739
Lua Completions65
C++ Completions337
Total Stars2721
% of votes with a positive feedback rating92% of 13702
Total "Very Satisfied" Votes11579
Total "Somewhat Satisfied" Votes1953
Total "Not Satisfied" Votes170
Ad
Contributors
  • anindyabd Avatar
  • jhoffner Avatar
  • xcthulhu Avatar
  • sridharavinash Avatar
  • ZozoFouchtra Avatar
  • glebec Avatar
  • bkaes Avatar
  • joshwalters Avatar
  • rghossi Avatar
  • Chrono79 Avatar
  • JohanWiltink Avatar
  • B1ts Avatar
  • Voile Avatar
  • Souzooka Avatar
  • rowcased Avatar
  • mentalplex Avatar
  • lhguerra Avatar
  • clcraig Avatar
  • lbvf50mobile Avatar
  • hobovsky Avatar
  • tonylicoding Avatar
  • user8436785 Avatar
  • Wargrave Avatar
  • MikChan Avatar
  • teoriachaosu Avatar
  • akar-0 Avatar
  • Kacarott Avatar
  • user5819373 Avatar
  • tri@ Avatar
  • metatable Avatar
  • saudiGuy Avatar
Ad