grapes-gic-grapes: grepl in the way of pipe operator (ignore case)

Description Usage Arguments Details Value Examples

Description

grepl in the way of pipe operator (ignore case)

Usage

1
x %gic% y

Arguments

x

string where to search pattern with grepl

y

pattern submitted to grepl

Details

This functions is a pipe version of grepl with ignore.case = TRUE

Value

A boolean

Examples

1
2
'pig' %gic% 'The pig is in the cornfield'
'PIG' %gic% 'The PiG is in the cornfield'

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