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

12 lines
138 B
Text
Raw Permalink Normal View History

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