RegularExpressionType
public protocol RegularExpressionType: RawRepresentable, CustomStringConvertible
Regular expression interface.
-
Undocumented
Declaration
Swift
public protocol RegularExpressionType: RawRepresentable, CustomStringConvertible
-
Undocumented
Declaration
Swift
public protocol RegularExpressionType: RawRepresentable, CustomStringConvertible
-
Undocumented
Declaration
Swift
public protocol RegularExpressionType: RawRepresentable, CustomStringConvertible
-
Undocumented
Declaration
Swift
public protocol RegularExpressionType: RawRepresentable, CustomStringConvertible
-
Finds the first match in the string
Declaration
Swift
func match(string: String, options: MatchOptions) -> RegularExpressionMatch?
-
init(rawValue:)
Extension methodUndocumented
Declaration
Swift
public protocol RegularExpressionType: RawRepresentable, CustomStringConvertible
-
rawValue
Extension methodUndocumented
Declaration
Swift
public protocol RegularExpressionType: RawRepresentable, CustomStringConvertible
-
description
Extension methodUndocumented
Declaration
Swift
public protocol RegularExpressionType: RawRepresentable, CustomStringConvertible