Package: regreplaceR
Title: Match and Replace Strings Based on Named Groups in Regular
        Expressions
Language: en-US
Version: 0.1.0
Date: 2024-09-05
Authors@R: 
    person(given = "Gwang-Jin", family = "Kim",
           email =  "gwang.jin.kim.phd@gmail.com", 
           role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-2753-0883"))
Author: Gwang-Jin Kim [aut, cre] (<https://orcid.org/0000-0002-2753-0883>)
Description: 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. 
URL: https://github.com/gwangjinkim/regreplaceR
Suggests: rmarkdown, knitr
VignetteBuilder: knitr
License: MIT + file LICENSE
Encoding: UTF-8
Imports: R6
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2024-09-13 05:27:19 UTC; josephus
Maintainer: Gwang-Jin Kim <gwang.jin.kim.phd@gmail.com>
Repository: CRAN
Date/Publication: 2024-09-16 08:20:02 UTC
Built: R 4.6.0; ; 2025-07-18 04:49:18 UTC; unix
