Initializerswift 6.0.3Foundation
init(rawValue:)
init(rawValue: UInt)
init(rawValue: UInt)
s10Foundation19NSRegularExpressionC7OptionsV8rawValueAESu_tcfc
What are these?5E7BK
import Foundation
struct Options
class NSRegularExpression
@frozen struct UInt
An unsigned integer value type.
static let allowCommentsAndWhitespace: NSRegularExpression.Options
static let anchorsMatchLines: NSRegularExpression.Options
static let caseInsensitive: NSRegularExpression.Options
static let dotMatchesLineSeparators: NSRegularExpression.Options
static let ignoreMetacharacters: NSRegularExpression.Options
static let useUnicodeWordBoundaries: NSRegularExpression.Options
static let useUnixLineSeparators: NSRegularExpression.Options
let rawValue: UInt