fork download
  1. @(s)regexprep(s,'(?<=[aeiouAEIOU]{3})[aeiouAEIOU]','')
  2.  
  3. ans('We''re queueing up for the Hawaiian movie.')
Success #stdin #stdout 0.46s 121792KB
stdin
Standard input is empty
stdout
ans =

@(s) regexprep (s, '(?<=[aeiouAEIOU]{3})[aeiouAEIOU]', '')

ans = We're queung up for the Hawaiin movie.