Problem 44. Trimming Spaces
Solution Stats
Problem Comments
-
4 Comments
Show
1 older comment
Franck Dernoncourt
on 28 Jan 2012
Test #5 seems false:
I guess "a = sprintf('\ttab in front, space at end ');" should be a = '\ttab in front, space at end '.
Besides, tab is ASCII 9 (not 32).
Selvaraaju Murugesan
on 15 Jan 2013
@Franck..use isspace function. There is a difference between whitespace and tab space! BTW strtrim removes both white and tab space !
Sanzhar Askaruly
on 3 Jul 2019
pretty easy
Rik
on 13 Jan 2021
This problem should probably contain a test with only spaces as well. That requires solutions to be much more robust.
Solution Comments
Show commentsProblem Recent Solvers2142
Suggested Problems
-
12366 Solvers
-
Sum all integers from 1 to 2^n
12996 Solvers
-
Back to basics 3 - Temp Directory
358 Solvers
-
1036 Solvers
-
689 Solvers
More from this Author96
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!