Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
s = '508-647-7000, (508) 647-7001, 617-555-1212, 1-800-323-1234, 704 555-1212';
a = {'508','617','704','800'};
assert(isequal(refcn(s),a))
a =
1×4 cell array
{'508'} {'617'} {'704'} {'800'}
|
2 | Pass |
s = '212-657-0260; (888) 647-7001; 336 565-1212; +1-800-323-1234';
a = {'212','336','800','888'};
assert(isequal(refcn(s),a))
a =
1×4 cell array
{'212'} {'336'} {'800'} {'888'}
|
It dseon't mettar waht oedrr the lrettes in a wrod are.
652 Solvers
Project Euler: Problem 9, Pythagorean numbers
282 Solvers
Implement simple rotation cypher
943 Solvers
Get the elements of diagonal and antidiagonal for any m-by-n matrix
268 Solvers
364 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!