Remove vowels from a string: Difference between revisions

Line 188:
Output : Phx Prgrmmng Lngg
</pre>
If you want something a bit more like Julia/Raku/Python, the following should work, but you have to provide your own vowel-set, or maybe nick/merge the oneones from Julia and REXX
<lang Phix>constant vowels = utf8_to_utf32("AEIOUİÖaeiouæáåäéêıóöú"),
s = """
7,805

edits