Indicates the type of Regex approximation to use.
[JsonConverterAttribute(System.Type)]public enum ApproximateRegexMode
| Value | Member | Description |
|---|---|---|
| 0 | None | None |
| 1 | Auto | Automatically applies approximation as needed. |
| 2 | Disabled | No approximation is used. |
| 3 | Enabled | Approximation is on. |