#mgsub 1.7
- Added the mgsub_censor function which enables fast, simultaneous censoring of patterns
- Trimmed unncessary logic and helper functions
mgsub 1.6
- New method employed leveraging gregexpr to reduce the amount of computation time spend identifying matches which slightly improves performance.
- Added ‘escapes’ from the normal processing if there’s only one match to replace to further improve performance.
mgsub 1.5
- Removed NSE evalutaion, deprecating the named list (dictionary) method
- Added support for vector inputs
- Added NA handling
- Slightly improved vectorized performance
- Updated license (MIT)
mgsub 1.0.1
- Added checks for named input to mgsub
- Added mgsub_alt to support alternative function parameterization (name is temporary)
mgsub 1.0