6 kyu

Detect Pangram

77,355 of 193,036anindyabd

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

Stats:

CreatedNov 7, 2014
PublishedNov 7, 2014
Warriors Trained341190
Total Skips38326
Total Code Submissions704302
Total Times Completed193036
Python Completions77355
Haskell Completions1846
Clojure Completions719
JavaScript Completions64193
C# Completions11585
Java Completions22111
R Completions394
Ruby Completions4059
PHP Completions3692
C Completions4109
Prolog Completions34
Pascal Completions60
TypeScript Completions4529
λ Calculus Completions9
Factor Completions10
COBOL Completions6
Rust Completions716
Lua Completions63
C++ Completions260
Total Stars2700
% of votes with a positive feedback rating92% of 13658
Total "Very Satisfied" Votes11541
Total "Somewhat Satisfied" Votes1948
Total "Not Satisfied" Votes169
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