The ReportRegularExpression type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ReportRegularExpression | Initializes a new instance of the ReportRegularExpression class |
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
| Evaluate |
Function Evaluates the Report Regular Expression Function, Pattern and Input String. Specified options modify the matching operation.
| |
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ToString | (Overrides |
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets or sets the Regular Expression Maximum number of times the Replacement can occur.
| |
| Delimiter |
Gets or sets the Delimiter for Regular Expression Matches.
| |
| Function |
Gets or sets the Regular Expression Function.
| |
| Options |
Gets or sets the Regular Expression Options.
| |
| Pattern |
Gets or sets the Regular Expression Pattern to Match.
| |
| Replacement |
Gets or sets the Replacement String.
| |
| StartAt |
Gets or sets the Regular Expression character position in the Input String where the Search begins.
|
See Also