Package: rematch 2.0.0.9000
rematch: Match Regular Expressions with a Nicer 'API'
A small wrapper on 'regexpr' to extract the matches and captured groups from the match of a regular expression to a character vector.
Authors:
rematch_2.0.0.9000.tar.gz
rematch_2.0.0.9000.zip(r-4.5)rematch_2.0.0.9000.zip(r-4.4)rematch_2.0.0.9000.zip(r-4.3)
rematch_2.0.0.9000.tgz(r-4.4-any)rematch_2.0.0.9000.tgz(r-4.3-any)
rematch_2.0.0.9000.tar.gz(r-4.5-noble)rematch_2.0.0.9000.tar.gz(r-4.4-noble)
rematch_2.0.0.9000.tgz(r-4.4-emscripten)rematch_2.0.0.9000.tgz(r-4.3-emscripten)
rematch.pdf |rematch.html✨
rematch/json (API)
NEWS
# Install 'rematch' in R: |
install.packages('rematch', repos = c('https://gaborcsardi.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/gaborcsardi/rematch/issues
Last updated 1 years agofrom:74be82b4ff. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-win | OK | Nov 01 2024 |
R-4.5-linux | OK | Nov 01 2024 |
R-4.4-win | OK | Nov 01 2024 |
R-4.4-mac | OK | Nov 01 2024 |
R-4.3-win | OK | Nov 01 2024 |
R-4.3-mac | OK | Nov 01 2024 |
Exports:re_matchre_match_all
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Match a regular expression to a character vector | re_match |
Extract all matches of a regular expression | re_match_all |
Match Regular Expressions with a Nicer 'API' | rematch-package rematch |