fork download
  1. x <- "0,1 10 1000,29 3,23313"
  2. regmatches(x, gregexpr("\\d+(?:,\\d+)?", x))
Success #stdin #stdout 0.26s 185728KB
stdin
Standard input is empty
stdout
[[1]]
[1] "0,1"     "10"      "1000,29" "3,23313"