6 kyu

Detect Pangram

77,989 of 194,553anindyabd

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 Trained343878
Total Skips38547
Total Code Submissions708198
Total Times Completed194553
Python Completions77989
Haskell Completions1857
Clojure Completions719
JavaScript Completions64652
C# Completions11669
Java Completions22242
R Completions394
Ruby Completions4075
PHP Completions3716
C Completions4138
Prolog Completions34
Pascal Completions60
TypeScript Completions4585
λ Calculus Completions9
Factor Completions10
COBOL Completions6
Rust Completions742
Lua Completions65
C++ Completions338
Total Stars2720
% of votes with a positive feedback rating92% of 13706
Total "Very Satisfied" Votes11583
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