grapes-twiddle-grapes: Regular Expression Matching

Description Usage Arguments Value Examples

Description

Use

Usage

1
string %~% pattern

Arguments

string

The string to be searched

regex

The regex to be matched

Value

TRUE or FALSE, the result of the regex search

Examples

1
"banana" %~% "(an){2}"

ph49/philtools documentation built on May 25, 2019, 2:54 a.m.