str_to_anycase {sdtm.oak}R Documentation

Generate case insensitive regexps

Description

str_to_anycase() takes a character vector of word strings as input, and generates regular expressions that express that match in any case.

Usage

str_to_anycase(x)

Arguments

x

A character vector of strings consisting of word characters.

Value

A character vector.


[Package sdtm.oak version 0.1.0 Index]