grapes-g-grapes: grepl in the way of pipe operator (case sensitive)

Description Usage Arguments Details Value Examples

Description

grepl in the way of pipe operator (case sensitive)

Usage

1
x %g% y

Arguments

x

string where to search pattern with grepl

y

pattern submitted to grepl

Details

This functions is a pipe version of grepl

Value

A boolean

Examples

1
2
'pig' %g% 'The pig is in the cornfield'
'Pig' %g% 'The pig is in the cornfield'

GuillaumePressiat/stringfix documentation built on Dec. 25, 2021, 12:24 a.m.