How if we need to boolean check one of `nre` object member with captured group 
such:

> ` if m.get.captures[1] == "" : echo "group 1 is empty"`

fails, results in

`nre.nim(342) Error: unhandled exception: Group '1' was not captured 
[IndexDefect]`

` m` is nre type returned of find( )

Reply via email to