Last data update: 2014.03.03

R: Pattern matching.
.revfregexprR Documentation

Pattern matching.

Description

This function looks for the last match to argument pattern in a file file.

Usage

.revfregexpr(pattern, file)

Arguments

pattern

character, string containing a regular expression.

filename

character, name of file.

Value

double, position of match.

Author(s)

Sebastian Gibb mail@sebastiangibb.de

Results