CaseSensitivity Enum
The kind of case sensitivity to apply.
public enum CaseSensitivity
Fields
| Name | Description |
|---|---|
| AutoCorrect | Comparisons are treated the same as the Insensitive option, however some usage scenarios may support converting a match's source text to the exact case-sensitive pattern if not already equal to it. |
| Insensitive | Comparisons are case insensitive, where uppercase and lowercase letters are treated as the same characters. |
| Sensitive | Comparisons are case sensitive, where uppercase and lowercase letters are treated as distinct characters. |