Type Property 型プロパティ

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. 語境界検出、先読み検索、などのような目的のために、マッチングが検索範囲の境界を越える文字列の一部かどうかを調べるように指定します。検索範囲が文字列全体を含むならば、この定数には効果がありません。前後関係におけるこの定数の説明としてenumerateMatches(in:options:range:using:)を見てください。

Declaration 宣言

static var withTransparentBounds: NSRegularExpression.MatchingOptions { get }