---
title: normalized
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nscomparisonpredicate/options-swift.struct/normalized
---

# normalized

A predicate that indicates you’ve preprocessed the strings to compare.

## Declaration

```swift
static var normalized: NSComparisonPredicate.Options { get }
```

## Discussion

Discussion This option supersedes NSCaseInsensitivePredicateOption and NSDiacriticInsensitivePredicateOption, and is a performance optimization option. You represent this option in a predicate format string using a [n] following a string operation (for example, "WXYZlan" matches[n] ".lan").

## See Also

### Constants

- [caseInsensitive](foundation/nscomparisonpredicate/options-swift.struct/caseinsensitive.md)
- [diacriticInsensitive](foundation/nscomparisonpredicate/options-swift.struct/diacriticinsensitive.md)
