Package: regreplaceR 0.1.0
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.
Authors:
regreplaceR_0.1.0.tar.gz
regreplaceR_0.1.0.zip(r-4.5)regreplaceR_0.1.0.zip(r-4.4)regreplaceR_0.1.0.zip(r-4.3)
regreplaceR_0.1.0.tgz(r-4.4-any)regreplaceR_0.1.0.tgz(r-4.3-any)
regreplaceR_0.1.0.tar.gz(r-4.5-noble)regreplaceR_0.1.0.tar.gz(r-4.4-noble)
regreplaceR_0.1.0.tgz(r-4.4-emscripten)regreplaceR_0.1.0.tgz(r-4.3-emscripten)
regreplaceR.pdf |regreplaceR.html✨
regreplaceR/json (API)
NEWS
# Install 'regreplaceR' in R: |
install.packages('regreplaceR', repos = c('https://gwangjinkim.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/gwangjinkim/regreplacer/issues
Last updated 2 months agofrom:65ab1d481f. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 16 2024 |
R-4.5-win | OK | Nov 16 2024 |
R-4.5-linux | OK | Nov 16 2024 |
R-4.4-win | OK | Nov 16 2024 |
R-4.4-mac | OK | Nov 16 2024 |
R-4.3-win | OK | Nov 16 2024 |
R-4.3-mac | OK | Nov 16 2024 |
Exports:groupsmatch_groupreplace_groupReplacer
Dependencies:R6
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Extract Named Groups from a String Using a Regex Pattern | groups |
Extract a Specific Named Group from a String | match_group |
Replace a Specific Named Group in a String | replace_group |
Replacer Class for Regex Operations | Replacer |