Changes in version 2.1.2 (2020-05-01) - rematch2 is now really compatible with both tibble 2.x.y and tibble 3.0.0 (@krlmlr, #12). Changes in version 2.1.1 (2020-03-28) - rematch2 is now compatible with both tibble 2.x.y and tibble 3.0.0 (@krlmlr, #10). Changes in version 2.1.0 (2019-07-11) - Add bind_re_match() that reads its input from a column in a data frame and binds the data frame returned by re_match() as new columns on the original data frame. Changes in version 2.0.1 (2017-06-20) - Add perl argument to re_match and re_match_all for compatibility with functions that may pass that argument as part of ... Changes in version 2.0.0 - Add re_match_all to extract all matches. - Removed the perl options, we always use PERL compatible regular expressions. Changes in version 1.0.1 - Make R CMD check work when testthat is not available. - Fixed a bug with group capture when text is a scalar. Changes in version 1.0.0 First public release.