Contents

withoutAnchoringBounds

Specifies that ^ and $ will not automatically match the beginning and end of the search range, but will still match the beginning and end of the entire string. 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 withoutAnchoringBounds: NSRegularExpression.MatchingOptions { get }

See Also

Constants