Package: re 0.1.0
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:
re_0.1.0.tar.gz
re_0.1.0.zip(r-4.5)re_0.1.0.zip(r-4.4)re_0.1.0.zip(r-4.3)
re_0.1.0.tgz(r-4.4-any)re_0.1.0.tgz(r-4.3-any)
re_0.1.0.tar.gz(r-4.5-noble)re_0.1.0.tar.gz(r-4.4-noble)
re_0.1.0.tgz(r-4.4-emscripten)re_0.1.0.tgz(r-4.3-emscripten)
re.pdf |re.html✨
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
Last updated 3 months agofrom:30f7abc97d. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 02 2024 |
R-4.5-win | OK | Nov 02 2024 |
R-4.5-linux | OK | Nov 02 2024 |
R-4.4-win | OK | Nov 02 2024 |
R-4.4-mac | OK | Nov 02 2024 |
R-4.3-win | OK | Nov 02 2024 |
R-4.3-mac | OK | Nov 02 2024 |
Exports:re_compilere_containsre_escapere_findallre_fullmatchre_matchre_searchre_splitre_sub
Dependencies:stringi
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Create a regular expression object with specific flags | re_compile |
Check if string contains a regular expression | re_contains |
Escape special characters | re_escape |
Extract all occurrences of a pattern in a string | re_findall |
Match a pattern against the entire string | re_fullmatch |
Match a pattern at the start of a string | re_match |
Search for a pattern in a string | re_search |
Split a string by a regular expression pattern | re_split |
Substitute occurrences of a pattern in a string | re_sub |