RosettaCodeData/Task/Strip-block-comments/Mathematica/strip-block-comments.math

12 lines
138 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
StringReplace[a,"/*"~~Shortest[___]~~"*/" -> ""]
->
function subroutine() {
a = b + c ;
}
function something() {
}