6 kyu

Detect Pangram

78,242 of 195,146anindyabd

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 Trained344963
Total Skips38627
Total Code Submissions709832
Total Times Completed195146
Python Completions78242
Haskell Completions1861
Clojure Completions720
JavaScript Completions64819
C# Completions11698
Java Completions22289
R Completions395
Ruby Completions4087
PHP Completions3729
C Completions4141
Prolog Completions34
Pascal Completions61
TypeScript Completions4605
λ Calculus Completions9
Factor Completions10
COBOL Completions6
Rust Completions757
Lua Completions65
C++ Completions374
Total Stars2726
% of votes with a positive feedback rating92% of 13733
Total "Very Satisfied" Votes11606
Total "Somewhat Satisfied" Votes1955
Total "Not Satisfied" Votes172
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