@(s)regexprep(s,'(?<=[aeiouAEIOU]{3})[aeiouAEIOU]','') ans('We''re queueing up for the Hawaiian movie.')
Standard input is empty
ans = @(s) regexprep (s, '(?<=[aeiouAEIOU]{3})[aeiouAEIOU]', '') ans = We're queung up for the Hawaiin movie.
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!