Changes in version 1.2.1.9000 - Rex no longer changes the state of the random number generator when attached. Changes in version 1.2.1 (2021-11-26) - Kevin Ushey is now the maintainer Changes in version 1.2.0 (2020-04-21) - %>% is no longer imported and then re-exported from rex Changes in version 1.1.2 (2017-10-19) - Updating tests to work with testthat version 1.0.2.9000. - Add m, matches and s, substitutes aliases for re_matches and re_substitutes. Changes in version 1.1.1 (2016-03-11) - Vignette tweak for ggplot2 2.0.0 - Only print startup message some of the time. - Move register for magrittr pipe to .onLoad() Changes in version 1.0.1 (2015-04-28) - Work around ggplot2 bug with windows fonts Changes in version 1.0.0 - Include the capture results even if locations = TRUE - Add : operator for character ranges - Remove duplicate regex functino - Don't re-compute missing names - Reduce code duplication - Add examples for lookarounds Changes in version 0.2.0 (2014-11-26) Enhancements - Add a newline shortcut - add register_shortcuts to allow use of rex in external packages without spurious NOTES. Changes in version 0.1.1 (2014-10-21) Enhancements - re_matches now has a "locations" argument, which returns the start and end locations of the match or capture(s). - Simplify regular expressions generated from 'some_of' functions. Bug fixes - backslashes ("\") are now properly escaped. Misc - Improve Rex mode documentation (#21 @Ironholds) - Improve Log parsing Vignette copy and Title (#18, #20 @Ironholds) - Add links to GitHub and issues page in DESCRIPTION Changes in version 0.1.0 (2014-10-14) Initial release