static var progress: NSRegularExpression.MatchingFlags
Set when the Block is called to report progress during a long-running match operation.
長く実行されているマッチ操作の間、「ブロック」が経過報告のために呼ばれる時に設定されます。
static var completed: NSRegularExpression.MatchingFlags
Set when the Block is called after matching has completed.
マッチングが完了した後「ブロック」が呼ばれる時に設定されます。
static var hitEnd : NSRegularExpression.MatchingFlags
Set when the current match operation reached the end of the search range.
現在のマッチ操作が検索範囲の終わりに達した時に設定されます。
static var requiredEnd : NSRegularExpression.MatchingFlags
Set when the current match depended on the location of the end of the search range.
現在のマッチが検索範囲の終端箇所に依存している時に設定されます。
static var internalError : NSRegularExpression.MatchingFlags
Set when matching failed due to an internal error.
マッチングが内部エラーのために失敗した時に設定されます。