withTransparentBounds
Specifies that matching may examine parts of the string beyond the bounds of the search range, for purposes such as word boundary detection, lookahead, etc. This constant has no effect if the search range contains the entire string. See Enumeratematches(in:options:range:using:) for a description of the constant in context.
Declaration
static var withTransparentBounds: NSRegularExpression.MatchingOptions { get }