Description Usage Arguments Value
View source: R/str_match_any.R
Compare strings against one or more regex patterns and return TRUE for each string that matches at least one pattern
1 | str_match_any(strings, patterns)
|
strings |
Strings to match against the patterns |
patterns |
Regexes to match against each string |
logical representing if a string matched at least one pattern
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.