README.md

vRbalExpressions

Port of the verbal expressions library in R.

Notes

Planned Improvements

Installation

library(devtools)
install_github("vRbalExpressions", "rmflight")
library(vRbalExpressions)

Examples

library(vRbalExpressions)

testExpr <- startofline() + then("http") + maybe("s") + then("://") + maybe("www.") + anythingBut(" ") + endofline()

testWWW <- "https://www.google.com"

grepl(testExpr, testWWW)

License

CC0



rmflight/vRbalExpressions documentation built on May 27, 2019, 9:32 a.m.