Instance Propertyswift 6.0.3Foundation
rawValue
let rawValue: UInt
let rawValue: UInt
s10Foundation19NSRegularExpressionC7OptionsV8rawValueSuvp
What are these?4JQUC
import Foundation
struct Options
class NSRegularExpression
@frozen struct UInt
An unsigned integer value type.
init(rawValue: UInt)
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