re: 'Python' Style Regular Expression Functions

A comprehensive set of regular expression functions based on those found in 'Python' without relying on 'reticulate'. It provides functions that intend to (1) make it easier for users familiar with 'Python' to work with regular expressions, (2) reduce the complexity often associated with regular expressions code, (3) and enable users to write more readable and maintainable code that relies on regular expression-based pattern matching.

Version: 0.1.0
Imports: stringi
Suggests: testthat (≥ 3.0.0)
Published: 2024-09-02
DOI: 10.32614/CRAN.package.re
Author: Garrett Shipley ORCID iD [aut, cre]
Maintainer: Garrett Shipley <garrett.shipley7 at gmail.com>
BugReports: https://github.com/pythonicr/re/issues
License: MIT + file LICENSE
URL: https://pythonicr.github.io/re/, https://github.com/pythonicr/re
NeedsCompilation: no
Materials: README
CRAN checks: re results

Documentation:

Reference manual: re.pdf

Downloads:

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

Linking:

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