Table Matches
ID 3965
Namespace: System.Utilities
Provides a representation of Regex Matches that models Match objects in .Net
Properties
| Name | Value |
|---|---|
| TableType | Temporary |
| Extensible | False |
| InherentEntitlements | X |
| InherentPermissions | X |
Fields
| Name | Type | Description |
|---|---|---|
| MatchIndex | Integer | |
| Index | Integer | |
| Length | Integer | |
| Success | Boolean | |
| SystemId | Guid | |
| SystemCreatedAt | DateTime | |
| SystemCreatedBy | Guid | |
| SystemModifiedAt | DateTime | |
| SystemModifiedBy | Guid | |
| SystemRowVersion | BigInteger |
Methods
ReadValue
Reads the value of the match
procedure ReadValue(): Text
Returns
| Type | Description |
|---|---|
| Text |
The value of the match. |