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:Jon Clayden [cre, aut], K Kosako [aut], K Takata [aut]

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

Datasets:
  • glass - Multilingual sample text

On CRAN:

Conda:

regexregular-expressionstext-analysis

6.83 score 56 stars 6 packages 135 scripts 641 downloads 33 exports 0 dependencies

Last updated from:7fdf2df61b. Checks:10 OK, 3 NOTE. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK110
linux-devel-x86_64OK102
source / vignettesOK141
linux-release-arm64OK113
linux-release-x86_64OK111
macos-release-arm64OK93
macos-release-x86_64OK237
macos-oldrel-arm64NOTE81
macos-oldrel-x86_64NOTE358
windows-develOK109
windows-releaseOK113
windows-oldrelNOTE101
wasm-releaseOK103

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 pageTopics
Expression substitutiones
Multilingual sample textglass
Extract matching substringsgroups groups.default groups.orearg groups.orematch groups.orematches matches matches.default matches.orematch matches.orematches
Oniguruma regular expressionsis.ore is_ore ore print.ore
Get or set entries in the pattern dictionaryore.dict ore_dict
Escape regular expression special charactersore.escape ore_escape
Use a file as a text sourceore.file orefile ore_file
Does text match a regex?%~% %~|% %~~% ore.ismatch ore_ismatch
Retrieve the last matchore.lastmatch ore_lastmatch
Search for matches to a regular expressionis.orematch is_orematch ore.match ore.search orematch orematches ore_match ore_search print.orematch print.orematches [.orematch [.orematches
Split strings using a regexore.split ore_split
Replace matched substrings with new textore.repl ore.subst ore_repl ore_subst
String multiplexingore.switch ore_switch