regexp {stringr} R Documentation

Initializes a new instance of the ``RegularExpression`` class

Description

for the specified regular expression `pattern`.

Usage

regexp(pattern,
    options = NULL);

Arguments

pattern

the specified regular expression. [as string]

Details

Authors

SMRUCC genomics Institute

Value

this function returns data object of type Regex.

clr value class

Examples


[Package stringr version 2.33.856.6961 Index]