angle-grinder
angle-grinder copied to clipboard
Handle missing optional matches
The Index trait for Captures panics if there is no match at a given index.
Closes #193
Should a missing match get an empty string instead of data::Value::None? I could see None in the final output being confusing since that could also be a string match.
None seems right here. Thanks!!