The ReportRegularExpression type exposes the following members.
Back to Top
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