merge_excluded_regex: Merge a list of regular expressions into a single one
Description
Merge a list of regular expressions into a single one
Usage
merge_excluded_regex(regex_l, trim_whitespace = TRUE)
Value
Single regular expression string.
Arguments
- regex_l
list of regular expressions to be merged.
- trim_whitespace
boolean indicating if whitespace should be trim
from the start and end of the regex list.