Merges an array of regex pattern strings using the OR | operator.
|
An array of pattern strings to merge.
If true, wraps the entire merged pattern in a non-capturing group.
The combined regex pattern string.
Merges an array of regex pattern strings using the OR
|
operator.