cheat: A Cheat Sheet of Common Regex Task Chunks

View source: R/cheat.R

cheatR Documentation

A Cheat Sheet of Common Regex Task Chunks

Description

Print a cheat sheet of common regex task chunks. cheat prints a left justified version of regex_cheat.

Usage

cheat(dictionary = qdapRegex::regex_cheat, print = TRUE)

Arguments

dictionary

A dictionary of cheat terms. Default is regex_cheat.

print

logical. If TRUE the left justified output is printed to the console.

Value

Prints a cheat sheet of common regex tasks such as lookaheads. Invisibly returns regex_cheat.

See Also

regex_cheat

Examples

cheat()

qdapRegex documentation built on Oct. 17, 2023, 5:06 p.m.