RosettaCodeData/Task/Strip-block-comments/Mathematica/strip-block-comments.math
2023-07-01 13:44:08 -04:00

11 lines
138 B
Text

StringReplace[a,"/*"~~Shortest[___]~~"*/" -> ""]
->
function subroutine() {
a = b + c ;
}
function something() {
}