regreplaceR: Match and Replace Strings Based on Named Groups in Regular Expressions

An R6 class "Replacer" provided by the package simplifies working with regex patterns containing named groups. It allows easy retrieval of matched portions and targeted replacements by group name, improving both code clarity and maintainability.

Version: 0.1.0
Imports: R6
Suggests: rmarkdown, knitr
Published: 2024-09-16
DOI: 10.32614/CRAN.package.regreplaceR
Author: Gwang-Jin Kim ORCID iD [aut, cre]
Maintainer: Gwang-Jin Kim <gwang.jin.kim.phd at gmail.com>
License: MIT + file LICENSE
URL: https://github.com/gwangjinkim/regreplaceR
NeedsCompilation: no
Language: en-US
Materials: README NEWS
CRAN checks: regreplaceR results

Documentation:

Reference manual: regreplaceR.pdf
Vignettes: regreplaceR (source, R code)

Downloads:

Package source: regreplaceR_0.1.0.tar.gz
Windows binaries: r-devel: regreplaceR_0.1.0.zip, r-release: regreplaceR_0.1.0.zip, r-oldrel: regreplaceR_0.1.0.zip
macOS binaries: r-release (arm64): regreplaceR_0.1.0.tgz, r-oldrel (arm64): regreplaceR_0.1.0.tgz, r-release (x86_64): regreplaceR_0.1.0.tgz, r-oldrel (x86_64): regreplaceR_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=regreplaceR to link to this page.