Package: ore 1.7.5
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.5.tar.gz
ore_1.7.5.zip(r-4.7)ore_1.7.5.zip(r-4.6)ore_1.7.5.zip(r-4.5)
ore_1.7.5.tgz(r-4.6-x86_64)ore_1.7.5.tgz(r-4.6-arm64)ore_1.7.5.tgz(r-4.5-x86_64)ore_1.7.5.tgz(r-4.5-arm64)
ore_1.7.5.tar.gz(r-4.7-arm64)ore_1.7.5.tar.gz(r-4.7-x86_64)ore_1.7.5.tar.gz(r-4.6-arm64)ore_1.7.5.tar.gz(r-4.6-x86_64)
ore_1.7.5.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:7fdf2df61b. Checks:10 OK, 3 NOTE. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 110 | ||
| linux-devel-x86_64 | OK | 102 | ||
| source / vignettes | OK | 141 | ||
| linux-release-arm64 | OK | 113 | ||
| linux-release-x86_64 | OK | 111 | ||
| macos-release-arm64 | OK | 93 | ||
| macos-release-x86_64 | OK | 237 | ||
| macos-oldrel-arm64 | NOTE | 81 | ||
| macos-oldrel-x86_64 | NOTE | 358 | ||
| windows-devel | OK | 109 | ||
| windows-release | OK | 113 | ||
| windows-oldrel | NOTE | 101 | ||
| wasm-release | OK | 103 |
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 |
