←Select platform
In This Topic ▼

RegexParameters Class Properties

Summary

For a list of all members of this type, see RegexParameters members

Public Properties

Name Description
Public Property AllowSubWordsMatching Determines if matching is on an entire word or part of it.
Public Property ApproximateRegexMode Indicates whether to perform any approximations.
Public Property IgnoreCase Indicates whether to ignore text case when matching.
Public Property IgnoreLargeSpacesBetweenChars Indicates whether to enable a large space between the characters of the matching values.
Public Property IgnoreSpaces Indicates whether to ignore text spaces when matching.
Public Property MaximumCost The maximum cost allowed for Regex approximation.
Public Property MinimumCharacterLength Indicates the minimum number of characters in the matching text.
Public Property MinimumDigitsCount Indicates the minimum number of digit characters in the matching text.
Public Property MinimumLength Indicates the minimum string length the Regex inspector should return for a pattern.
Public Property MinimumLettersCount Indicates the minimum number of letter characters in the matching text.
Public Property Pattern Defines the Regex pattern for matching.
Public Property PatternIsOEM Indicates whether the regex pattern is a built-in pattern.
Public Property PostfixFiltering A list of strings that will be removed from the ends of the detected strings.
Public Property PrefixFiltering A list of strings that will be removed from the beginning of the detected strings.
Public Property UseLettersToNumbersMapping Tries to replace letters with numbers, when letters are detected.

See Also

RegexParameters Class

Leadtools.Document.Unstructured Namespace

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Unstructured Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.