ExcludedRegexExpression
+public final class ExcludedRegexExpression : NSObject
+
+ Represents regex from exclude option in NameConfiguration.
+Using NSRegularExpression causes failure on equality check between two NameConfigurations.
+This class compares pattern only when checking its equality
-
+
-
+ ++
+ + + regex +++ +++ + +++NSRegularExpression built from given pattern
+ +++Declaration
+++Swift
+
+ +public let regex: NSRegularExpression+ Show on GitHub ++
+
-
+
-
+ ++
+ + + isEqual(_:+) ++ +++ + +++Compares regex pattern to check equality
+ +++Declaration
+++Swift
+
+ +override public func isEqual(_ object: Any?) -> Bool+ Show on GitHub ++
+ -
+ ++
+ + + hash +++ +++ + +++Uses regex pattern as hash
+ +++Declaration
+++Swift
+
+ +override public var hash: Int { get }+ Show on GitHub ++
+
+ View on GitHub
+
+ Install in Dash
+
+ ExcludedRegexExpression Class Reference
+