Package: re 0.1.0

Garrett Shipley

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.

Authors:Garrett Shipley [aut, cre]

re_0.1.0.tar.gz
re_0.1.0.zip(r-4.7)re_0.1.0.zip(r-4.6)re_0.1.0.zip(r-4.5)
re_0.1.0.tgz(r-4.6-any)re_0.1.0.tgz(r-4.5-any)
re_0.1.0.tar.gz(r-4.7-any)re_0.1.0.tar.gz(r-4.6-any)
re_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
re/json (API)

# Install 're' in R:
install.packages('re', repos = c('https://pythonicr.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/pythonicr/re/issues

Pkgdown/docs site:https://pythonicr.github.io

On CRAN:

Conda:

3.04 score 1 stars 22 scripts 188 downloads 9 exports 1 dependencies

Last updated from:30f7abc97d. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK104
source / vignettesOK189
linux-release-x86_64OK110
macos-release-arm64OK132
macos-oldrel-arm64OK143
windows-develOK69
windows-releaseOK64
windows-oldrelOK59
wasm-releaseOK98

Exports:re_compilere_containsre_escapere_findallre_fullmatchre_matchre_searchre_splitre_sub

Dependencies:stringi