Learn R Programming

⚠️There's a newer version (1.7.5.1) of this package.Take me there.

ore (version 1.0.6)

An R Interface to the Oniguruma Regular Expression Library

Description

Provides an alternative to R's built-in functionality for handling regular expressions, based on the Oniguruma library. It offers first-class compiled regex objects, partial matching and function-based substitutions, amongst other features.

Copy Link

Version

Install

install.packages('ore')

Monthly Downloads

3,945

Version

1.0.6

License

BSD_3_clause + file LICENCE

Issues

Pull Requests

Stars

Forks

Maintainer

Jon Clayden

Last Published

January 1st, 2015

Functions in ore (1.0.6)

ore.ismatch

Does text match a regex?
ore

Oniguruma regular expressions
matches

Extract matching substrings
ore.split

Split strings using a regex
ore.lastmatch

Retrieve the last match
ore.subst

Replace matched substrings with new text
ore.search

Search for matches to a regular expression