TNT PHP Apps — String Manipulation
Swingin’ the Alphabet (PHP)
Enter any phrase — we’ll extract its unique consonants
and sing the Three Stooges’ algorithm for each one.
The Stooges’ alphabet song is secretly a nested-loop algorithm: an outer loop over consonants, an inner loop over vowel patterns, and a growing accumulator string. Enter any phrase to see it in action.