|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER GetGroup (character) |
Returns the value of the named capture group
Notes : Throws AppError when no group with the given name exists.
@param pcName The capture group name
@return The captured text for the named group
*/ |
||
| CHARACTER GetGroup (integer) |
Returns the value of the capture group at the given index
Notes : Groups are numbered starting at 1. Group 0 returns the
full match value (same as the Value property).
@param piIndex The 1-based capture group index (0 = full match)
@return The captured text for the group, or empty string if not captured
*/ |
| Options | Name | Purpose | |
|---|---|---|---|
| RegExMatch (integer, integer, character) |
Constructor of the RegExMatch class (no capture groups)
Notes :
@param piPosition The 1-based start position of the match
@param piLength The length of the matched text
@param pcValue The matched text
*/ |
||
| RegExMatch (integer, integer, character, integer, character[]) |
Constructor of the RegExMatch class (with capture groups)
Notes :
@param piPosition The 1-based start position of the match
@param piLength The length of the matched text
@param pcValue The matched text
@param piGroupCount The number of capture groups
@param pcGroups The captured group values (extent array)
*/ |
||
| RegExMatch (integer, integer, character, integer, character[], character[]) |
Constructor of the RegExMatch class (with capture groups and names)
Notes :
@param piPosition The 1-based start position of the match
@param piLength The length of the matched text
@param pcValue The matched text
@param piGroupCount The number of capture groups
@param pcGroups The captured group values (extent array)
@param pcGroupNames The capture group names (empty string for unnamed groups)
*/ |
| Options | Name | Purpose | |
|---|---|---|---|
| INTEGER GroupCount |
|
||
| INTEGER Length |
|
||
| INTEGER Position |
|
||
| CHARACTER Value |
|
|
Top
CHARACTER GetGroup (character)
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CHARACTER GetGroup (integer)
|
||||||||||||||||||||||
RegExMatch (integer, integer, character)
|
||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
RegExMatch (integer, integer, character, integer, character[])
|
||||||||||||||||||||||||||||||||||||||||
RegExMatch (integer, integer, character, integer, character[], character[])
|
||||||||||||||||||||||||||||||||||||||||
INTEGER GroupCount
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
INTEGER Length
|
|||||||||
INTEGER Position
|
|||||||||
CHARACTER Value
|
|||||||||