Enumeration Case 列挙ケース

NSMatchingWithoutAnchoringBounds

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

Declaration 宣言

NSMatchingWithoutAnchoringBounds = 1 << 4