find_pattern: Find pattern

Description Usage Arguments Value

View source: R/patterns.R

Description

Find patterns like # TODO text #TODO Test this thing. #TODO: Test this thing. #TODO - Test this thing. <!-- TODO Test this thing. --> <!-- TODO: Test this thing. --> <!-- TODO - Test this thing. -->

Usage

1
find_pattern(text, patterns = c("TODO", "FIXME"))

Arguments

text

character with text

patterns

character vector

Value

character with pattern in brackets or NULL


todor documentation built on May 24, 2021, 5:07 p.m.

Related to find_pattern in todor...