object Main extends App { var myStr = "abc12ef4567gh90ijkl789" print(("""\d+""".r findAllIn myStr).toList)}
Standard input is empty
List(12, 4567, 90, 789)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!