feat: Added RegexUtils method for replacing a single group in a match

This commit is contained in:
Chris Cameron
2018-12-19 06:40:39 -05:00
parent 347cf70b6c
commit f208ec521b
3 changed files with 93 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added GetAttributeAsEnum xml utils method
- Adding short parsing methods to XML utils
- Added methods to IcdUriBuilder for appending path
- Added RegexUtils method for replacing a single group in a match
## [8.0.0] - 2018-11-20
### Added