regex_match {stringr} R Documentation

Searches the specified input string for the first

Description

occurrence of the regular expression specified in
the System.Text.RegularExpressions.Regex
constructor.

Usage

regex_match(regexp, strings);

Arguments

regexp

Represents an immutable regular expression. To browse the .NET Framework source code for this type, see the Reference Source. [as Regex]

strings

The string to search for a match.

env

[as Environment]

Details

Authors

SMRUCC genomics Institute

Value

this function returns data object of type any kind.

clr value class

Examples


[Package stringr version 2.33.856.6961 Index]