Record TWrappedRegExprMatchResults
Unit
Declaration
type TWrappedRegExprMatchResults = record
Description
Overview
Fields
![]() |
input: string; |
![]() |
captures: TFLREMultiCaptures; |
![]() |
currentCapture: integer; |
Methods
![]() |
function getMatch(i: integer): string; |
![]() |
function getMatchStart(i: integer): integer; |
![]() |
function getMatchLength(i: integer): integer; |
![]() |
function getMatchEnd(i: integer): integer; |
![]() |
function countHint: integer; |
![]() |
function findNext: boolean; |
Description
Fields
![]() |
input: string; |
![]() |
captures: TFLREMultiCaptures; |
![]() |
currentCapture: integer; |
Methods
![]() |
function getMatch(i: integer): string; |
![]() |
function getMatchStart(i: integer): integer; |
![]() |
function getMatchLength(i: integer): integer; |
![]() |
function getMatchEnd(i: integer): integer; |
![]() |
function countHint: integer; |
![]() |
function findNext: boolean; |
Generated by PasDoc 0.16.0.