Regex capture all the numbers - multiple match
-
Captures
-
captures_iter
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"]