Type Property 型プロパティ

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. ^$が自動的には検索範囲の始まりと終わりにマッチしないこと、しかし依然とし文字列全体の始まりと終わりにマッチすることを示します。検索範囲が文字列全体を含むならば、この定数には効果がありません。前後関係におけるこの定数の説明としてenumerateMatches(in:options:range:using:)を見てください。

Declaration 宣言

static var withoutAnchoringBounds: NSRegularExpression.MatchingOptions { get }