On this page
RegexPattern.Options.formIntersection(_:)
- Module
- RegexPattern
- Declared in
- Options
- Package
- libtmux-swift
-
Removes all elements of this option set that are not also present in the given set.
This method is implemented as a
&(bitwise AND) operation on the two sets' raw values.- Parameter other: An option set.
0 declared, 0 inherited