anyOf
Combines multiple builders into a single builder, separated by the OR operator (|).
Return
The current RegexBuilder
instance.
Parameters
builders
The builders to combine.
Combines multiple builders into a single builder, separated by the OR operator (|).
The current RegexBuilder
instance.
The builders to combine.