The generation of these empty strings is quite wei...
# general
s
The generation of these empty strings is quite weird, but if anything I think the function has to discard empty strings. That way if you have a random input like
3ab5cf7
and give the
[a-z]
regex then you should expect
[3, 5, 7]
as the result vector.