Problem 1641. ABBREVIATION
Solution Stats
Problem Comments
-
2 Comments
James
on 17 Jun 2013
In the swecond test case, you have:
x ='The Propose is to Make ABBREBIATION';
y_correct = 'T P M A ';
Are "is" and "to" to be ignored, or should the rule be "Only abbreviate words that begin with capital letters?"
Marco Riani
on 1 May 2021
In this problem it is assumed that every word in the input string with more than two letters starts with an uppercase letter. All the test cases in the examples have this convention.
Solution Comments
-
1 Comment
Jan Orwat
on 26 Jan 2015
magic
Problem Recent Solvers89
Suggested Problems
-
Back to basics 23 - Triangular matrix
743 Solvers
-
174 Solvers
-
Unique values without using UNIQUE function
236 Solvers
-
Count consecutive 0's in between values of 1
254 Solvers
-
Calculate Amount of Cake Frosting
15344 Solvers
More from this Author16
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!