summaryrefslogtreecommitdiffstats
path: root/src/arrow/r/man/contains_regex.Rd
blob: f05f11d02793e83e53e792fa6b2bd28fc943376c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dplyr-functions.R
\name{contains_regex}
\alias{contains_regex}
\title{Does this string contain regex metacharacters?}
\usage{
contains_regex(string)
}
\arguments{
\item{string}{String to be tested}
}
\value{
Logical: does \code{string} contain regex metacharacters?
}
\description{
Does this string contain regex metacharacters?
}
\keyword{internal}