yuin #776(2007/07/13 17:19 GMT) [ Scala ] Rating0/0=0.00
とりあえず。
1 2 3 4
import java.util.regex.Pattern def removeComment(s:String):String = { Pattern.compile("/\\*.*?(\\*/|$)", Pattern.DOTALL) matcher(s) replaceAll("") }
Rating0/0=0.00-0+
[ reply ]
yuin
#776()
[
Scala
]
Rating0/0=0.00
import java.util.regex.Pattern def removeComment(s:String):String = { Pattern.compile("/\\*.*?(\\*/|$)", Pattern.DOTALL) matcher(s) replaceAll("") }Rating0/0=0.00-0+
[ reply ]