Type Property
型プロパティ
without
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:)
を見てください。
Availability 有効性
- iOS 4.0+
- iPadOS 4.0+
- macOS 10.7+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
static var withoutAnchoringBounds: NSRegularExpression
.MatchingOptions
{ get }