Learn R Programming

beautier (version 2.6.12)

is_in_patterns: Is there at least one regular expression having a match with the line?

Description

Is there at least one regular expression having a match with the line?

Usage

is_in_patterns(line, patterns)

Value

TRUE if there is at least one match found

Arguments

line

a line of text

patterns

one or more regular expression patterns

Author

Richèl J.C. Bilderbeek