find_pattern: 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"))
Value
character with pattern in brackets or NULL