find_pattern: Find pattern

View source: R/patterns.R

find_patternR Documentation

Find pattern

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

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

Arguments

text

character with text

patterns

character vector

Value

character with pattern in brackets or NULL


dokato/todor documentation built on Jan. 11, 2024, 3:56 a.m.