Enumeration Case
列挙ケース
NSMatching
NSMatchingWithTransparentBounds
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
enumerateMatchesInString:options:range:usingBlock:
for a description of the constant in context.
語境界検出、先読み検索、などのような目的のために、マッチングが検索範囲の境界を越える文字列の一部かどうかを調べるように指定します。検索範囲が文字列全体を含むならば、この定数には効果がありません。前後関係におけるこの定数の説明としてenumerateMatchesInString:options:range:usingBlock:
を見てください。
Availability 有効性
- iOS 4.0+
- iPadOS 4.0+
- macOS 10.7+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
NSMatchingWithTransparentBounds = 1 << 3