Pangram checker: Difference between revisions

Content added Content deleted
m (added whitespace before the TOC (table of contents), added other whitespace to the task's preamble.)
Line 1: Line 1:
{{task}} [[Category:String manipulation]]
{{task}} [[Category:String manipulation]]
{{omit from|Lilypond}}
{{omit from|Lilypond}}
Write a function or method to check a sentence
to see if it is a [[wp:Pangram|pangram]] or not and show its use.


A pangram is a sentence that contains all the letters of the English alphabet
A pangram is a sentence that contains all the letters of the English alphabet at least once.

at least once, for example: ''The quick brown fox jumps over the lazy dog''.
For example:   ''The quick brown fox jumps over the lazy dog''.


;Task:
Write a function or method to check a sentence to see if it is a   [[wp:Pangram|pangram]]   or not and show its use.
<br><br>


=={{header|360 Assembly}}==
=={{header|360 Assembly}}==