Package: ore 1.7.4
ore: An R Interface to the Onigmo Regular Expression Library
Provides an alternative to R's built-in functionality for handling regular expressions, based on the Onigmo library. Offers first-class compiled regex objects, partial matching and function-based substitutions, amongst other features.
Authors:
ore_1.7.4.tar.gz
ore_1.7.4.zip(r-4.5)ore_1.7.4.zip(r-4.4)ore_1.7.4.zip(r-4.3)
ore_1.7.4.tgz(r-4.4-x86_64)ore_1.7.4.tgz(r-4.4-arm64)ore_1.7.4.tgz(r-4.3-x86_64)ore_1.7.4.tgz(r-4.3-arm64)
ore_1.7.4.tar.gz(r-4.5-noble)ore_1.7.4.tar.gz(r-4.4-noble)
ore_1.7.4.tgz(r-4.4-emscripten)ore_1.7.4.tgz(r-4.3-emscripten)
ore.pdf |ore.html✨
ore/json (API)
NEWS
# Install 'ore' in R: |
install.packages('ore', repos = c('https://jonclayden.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jonclayden/ore/issues
- glass - Multilingual sample text
regexregular-expressionstext-analysis
Last updated 3 months agofrom:85ec3e57ec. Checks:OK: 2 NOTE: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-win-x86_64 | NOTE | Nov 01 2024 |
R-4.5-linux-x86_64 | OK | Nov 01 2024 |
R-4.4-win-x86_64 | NOTE | Nov 01 2024 |
R-4.4-mac-x86_64 | NOTE | Nov 01 2024 |
R-4.4-mac-aarch64 | NOTE | Nov 01 2024 |
R-4.3-win-x86_64 | NOTE | Nov 01 2024 |
R-4.3-mac-x86_64 | NOTE | Nov 01 2024 |
R-4.3-mac-aarch64 | NOTE | Nov 01 2024 |
Exports:%~%%~|%%~~%esgroupsis_oreis_orematchis.oreis.orematchmatchesoreore_dictore_escapeore_fileore_ismatchore_lastmatchore_matchore_replore_searchore_splitore_substore_switchore.dictore.escapeore.fileore.ismatchore.lastmatchore.matchore.replore.searchore.splitore.substore.switch
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Expression substitution | es |
Multilingual sample text | glass |
Extract matching substrings | groups groups.default groups.orearg groups.orematch groups.orematches matches matches.default matches.orematch matches.orematches |
Oniguruma regular expressions | is.ore is_ore ore print.ore |
Get or set entries in the pattern dictionary | ore.dict ore_dict |
Escape regular expression special characters | ore.escape ore_escape |
Use a file as a text source | ore.file orefile ore_file |
Does text match a regex? | %~% %~|% %~~% ore.ismatch ore_ismatch |
Retrieve the last match | ore.lastmatch ore_lastmatch |
Search for matches to a regular expression | is.orematch is_orematch ore.match ore.search orematch orematches ore_match ore_search print.orematch print.orematches [.orematch [.orematches |
Split strings using a regex | ore.split ore_split |
Replace matched substrings with new text | ore.repl ore.subst ore_repl ore_subst |
String multiplexing | ore.switch ore_switch |