Regex capture all the numbers - multiple match

main.rs

#![allow(unused)]
fn main() {
{{# examples/regex-capture-multiple-numbers/src/main.rs }}
}

Output

There is the number 23 and another number here: 19
23
19
["23", "19"]