Skip to content

Releases: r-lib/rematch2

v2.1.2

14 May 18:50
Compare
Choose a tag to compare
  • rematch2 is now really compatible with both tibble 2.x.y and tibble
    3.0.0 (@krlmlr, #12).

v2.1.1

28 Mar 13:06
Compare
Choose a tag to compare
  • rematch2 is now compatible with both tibble 2.x.y and tibble 3.0.0
    (@krlmlr, #10).

v2.1.0

12 Jul 14:09
Compare
Choose a tag to compare
  • 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.