For a list of all members of this type, see RegexParameters members
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. |