class PRegularExpression |
A class representing a regular expression that may be used for locating patterns in strings.
![]() | Compile & Execute functions |
![]() | Miscellaneous functions |
![]() | Constructors & destructors |
![]() | Status functions |
Run Time Type functions
I/O functions
Comparison functions
A class representing a regular expression that may be used for locating patterns in strings. The regular expression string is "compiled" into a form that is more efficient during the matching. This compiled form exists for the lifetime of the PRegularExpression instance.
The starts array is filled with as many matches as will fit into the array. If the the array size is zero then it is set to at least one for the first match found.
The ends array is set to teh ending position of each substring whose start is returned in the starts array. This will always be set to the same size as that array.
Alphabetic index HTML hierarchy of classes or Java