- Become professional full stack developer
- Study abroad
- Learn data science
- Improve soft and technical skills
Pangrams are words or sentences containing every letter of the alphabet at least once; the best known English example being A quick brown fox jumps over the lazy dog.
function detectPangram($string) {
$string = array_unique(str_split
(strtolower(preg_replace('/[^a-z]/i', '', $string))));
return (count($string) > 25) ? True : False;
}
print_r(detectPangram("5B!e i J x*p F h d!A:o q D y n6L%u9i.G9f2g4C a h+K!m+z:R t!j:B w s C"));
where? | what? |
---|---|
3th year IT student in BTU | |
C# | |
Javascript basics |
- Movies
- Board Games
- Books
- Music
B2-C1