For directory-naming algorithm, need to strip vowels (and white space) from string to shorten dir names.
Found this thread Removing vowels from a String (Scheme) but cannot figure out how to turn it into a usable function. FORGET THAT THREAD – it’s not PHP. Sorry all.
Any thoughts on a PHP solution, then?
How about using string replace?