blob: 338e62aa964e750d616c9c2f2db6d7033f18a9aa [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dplyr-funcs-string.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}