Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
Documents = 'These are sample tests on a sentence';
y_correct = 'TH_S_ _R_ S_MPL_ T_STS _N _ S_NT_NC_';
assert(isequal(upper_replace(Documents),y_correct))
|
2 | Pass |
Documents = 'This is an underscore: _';
y_correct = 'TH_S _S _N _ND_RSC_R_: _';
assert(isequal(upper_replace(Documents),y_correct))
|
2816 Solvers
Sum the elements in either diagonal of a square matrix
178 Solvers
559 Solvers
Side of an equilateral triangle
2598 Solvers
359 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!