From Multiple Regex @Pattern's for 1 Field? I see how to add multiple patterns, but those are acting as an AND operation.
Is there any way to apply an OR type?
I want to check for an URL pattern and in this sense there are two possiblities: - domain based - IP address based
Both are similar but different so I want to include two patterns.