Skip to contents

Check if character value matches the provided pattern

Usage

in_string(x, pattern, ...)

Arguments

x

String value.

pattern

Pattern that should be matched to x.

...

Extra arguments passed to grepl.