Unit 'xquery__regex' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_internettools]

TWrappedRegExprMatchResults

Declaration

Source position: xquery__regex.pas line 60

type TWrappedRegExprMatchResults = record

public

  input: string;

  

  captures: TFLREMultiCaptures;

  

  currentCapture: Integer;

  

  function getMatch();

  

  function getMatchStart();

  

  function getMatchLength();

  

  function getMatchEnd();

  

  function countHint;

  

  function findNext;

  

end;



CT Web help

CodeTyphon Studio