Learn R Programming

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

ore (version 1.0.0)

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

1,147

Version

1.0.0

License

BSD_3_clause + file LICENCE

Issues

Pull Requests

Stars

Forks

Maintainer

Jon Clayden

Last Published

October 20th, 2014

Functions in ore (1.0.0)

ore.subst

Replace matched substrings with new text
ore

Oniguruma regular expressions
ore.lastmatch

Retrieve the last match
ore.search

Search for matches to a regular expression
ore.split

Split strings using a regex
matches

Extract matching substrings
ore.ismatch

Does text match a regex?