intersection(_:)
Returns a character class from the intersection of this class and the given class.
Declaration
func intersection(_ other: CharacterClass) -> CharacterClassReturns a character class from the intersection of this class and the given class.
func intersection(_ other: CharacterClass) -> CharacterClass