str_match and str_match_all behave inconsistently when groups are missing #134
Comments
This seems to be the correct fix, as a while back I made |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is an example:
str_match
reports NA, whilestr_match_all
reports an empty string.The text was updated successfully, but these errors were encountered: