Changelog
Source:NEWS.md
Rex (development version)
- Rex no longer changes the state of the random number generator when attached.
Rex Version 1.1.2
CRAN release: 2017-10-19
Updating tests to work with testthat version 1.0.2.9000.
Add
m
,matches
ands
,substitutes
aliases forre_matches
andre_substitutes
.
Rex Version 1.1.1
CRAN release: 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()
Rex 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
Rex Version 0.1.1
CRAN release: 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.
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