Main.scala:12: error: value matches is not a member of scala.util.matching.Regex
case m @ exp.matches(s) => Some(m)
^
one error found
spoj: The program compiled successfully, but Main.class was not found.
Class Main should contain method: def main(args: Array[String]).