like: String Matching

Description Usage Value Examples

Description

Functions to match easily match strings, based on SQL wildcards.

Usage

1
string %like% pattern

Value

TRUE or FALSE value whether an element is like and element in an object or not.

Examples

1
2
c("bear", "beat", "boat") %like% "bea"
[1]  TRUE  TRUE FALSE

andrewjameshaynes/helpeR documentation built on May 28, 2019, 2:44 p.m.