The following tables list the members exposed by RegexParameters.
Name | Description | |
---|---|---|
![]() |
RegexParameters | Initializes a new instance of RegexParameters.This is a copy constructor. |
Name | Description | |
---|---|---|
![]() |
Clone | Creates and returns an exact copy of this RegexParameters. |
Name | Description | |
---|---|---|
![]() |
AllowSubWordsMatching | Determines if matching is on an entire word or part of it. |
![]() |
ApproximateRegexMode | Indicates whether to perform any approximations. |
![]() |
IgnoreCase | Indicates whether to ignore text case when matching. |
![]() |
IgnoreLargeSpacesBetweenChars | Indicates whether to enable a large space between the characters of the matching values. |
![]() |
IgnoreSpaces | Indicates whether to ignore text spaces when matching. |
![]() |
MaximumCost | The maximum cost allowed for Regex approximation. |
![]() |
MinimumCharacterLength | Indicates the minimum number of characters in the matching text. |
![]() |
MinimumDigitsCount | Indicates the minimum number of digit characters in the matching text. |
![]() |
MinimumLength | Indicates the minimum string length the Regex inspector should return for a pattern. |
![]() |
MinimumLettersCount | Indicates the minimum number of letter characters in the matching text. |
![]() |
Pattern | Defines the Regex pattern for matching. |
![]() |
PatternIsOEM | Indicates whether the regex pattern is a built-in pattern. |
![]() |
PostfixFiltering | A list of strings that will be removed from the ends of the detected strings. |
![]() |
PrefixFiltering | A list of strings that will be removed from the beginning of the detected strings. |
![]() |
UseLettersToNumbersMapping | Tries to replace letters with numbers, when letters are detected. |