Use of regexp - MATLAB Cody - MATLAB Central

Problem 541. Use of regexp

Difficulty:Rate

Given a string, containing several sentences, such as:

 'I played piano. John played football. Anita went home. Are you safe?'

output all the matched sentences that begin and end with vowels:

 {'I played piano.','Anita went home.','Are you safe?'} 

Only accept AEIOU/aeiou as vowels.

Solution Stats

41.2% Correct | 58.8% Incorrect
Last Solution submitted on Feb 22, 2025

Problem Comments

Solution Comments

Show comments
PIVlab surpasses 100K all-time File Exchange downloads
During the past twelve months, PIVlab, a MATLAB Community Toolbox for particle...
4
8
LLMs with MATLAB updated to support the latest OpenAI Models
Large Languge model with MATLAB, a free add-on that lets you access...
2
4

Problem Recent Solvers205

Suggested Problems

More from this Author100

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!