Split a string into two strings, wherein the first string has all alphabetic letters and the second string has all the remaining characters, maintaining the same order as in the original string.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers537
Suggested Problems
-
229 Solvers
-
822 Solvers
-
Return the first and last characters of a character array
11795 Solvers
-
Switch matrix to a column vector
372 Solvers
-
740 Solvers
More from this Author99
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
If test #1 is correct, there is something about this problem I don't understand:
length(Ly)+Length(Ln) = 23
length(LynLyn) = 25
yes,the space should all be in the remaining characters.