Remove vowels from a string: Difference between revisions

m (→‎{{header|Haskell}}: Pruned three redundant lines)
(→‎BQN: add)
Line 529:
{{out}}
<pre>TH QCK BRWN FX jmps vr th lzy dg.</pre>
 
=={{header|BQN}}==
<syntaxhighlight lang="bqn">Devowel ← ¬∘∊⟜"AaEeIiOoUu"⊸/</syntaxhighlight>
 
=={{header|C}}==
559

edits