generic function to test if a regex can be found within a string
text_detect default method
generic function to test if a regex can be found within a string
text_detect(string, pattern, ...)# S3 method for default
text_detect(string, pattern, ...)
text_grepl(string, pattern, ...)
text to be searched through
regex to look for
further arguments passed through to grep