- Rex no longer changes the state of the random number generator when attached.
- Kevin Ushey is now the maintainer
%>%
is no longer imported and then re-exported from rex
-
Updating tests to work with testthat version 1.0.2.9000.
-
Add
m
,matches
ands
,substitutes
aliases forre_matches
andre_substitutes
.
- Vignette tweak for ggplot2 2.0.0
- Only print startup message some of the time.
- Move register for magrittr pipe to
.onLoad()
- Work around ggplot2 bug with windows fonts
- 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
- Add a newline shortcut
- add register_shortcuts to allow use of rex in external packages without spurious NOTES.
- 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.
- backslashes ("\") are now properly escaped.
- 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
Initial release