Does the string match a pattern?
Source:R/check-vector-isMatching.R
, R/system-check-vector-isSystemCommand.R
check-vector-isMatching.Rd
Does the string match a pattern?
Usage
isMatchingFixed(x, pattern)
isMatchingRegex(x, pattern)
isNotMatchingFixed(x, pattern)
isNotMatchingRegex(x, pattern)
allAreMatchingFixed(x, pattern)
allAreMatchingRegex(x, pattern)
allAreNotMatchingFixed(x, pattern)
allAreNotMatchingRegex(x, pattern)
allAreSystemCommands(x)
Functions
isMatchingFixed()
: Vectorized.isMatchingRegex()
: Vectorized.isNotMatchingFixed()
: Vectorized.isNotMatchingRegex()
: Vectorized.allAreMatchingFixed()
: Scalar.allAreMatchingRegex()
: Scalar.allAreNotMatchingFixed()
: Scalar.allAreNotMatchingRegex()
: Scalar.allAreSystemCommands()
: Scalar.