MatchQuantSeqB(Integer,ByteCharSet[],TMatchQuantifier[],RawByteString,TMatchQuantSeqOptions,Integer,Integer) Method

Represents method MatchQuantSeqB(Integer,ByteCharSet[],TMatchQuantifier[],RawByteString,TMatchQuantSeqOptions,Integer,Integer).

Namespace: flcStringPatternMatcher
function MatchQuantSeqB(var MatchPos: Integer;
 const MatchSeq: array of ByteCharSet; const Quant: array of TMatchQuantifier;
 const S: RawByteString; const MatchOptions: TMatchQuantSeqOptions = [];
 const StartIndex: Integer = 1; const StopIndex: Integer = -1): Boolean;

Parameters

MatchPos
Type: Integer

MatchSeq
Type: array of ByteCharSet

Quant
Type: array of TMatchQuantifier

S
Type: RawByteString

MatchOptions
Type: TMatchQuantSeqOptions

StartIndex
Type: Integer

StopIndex
Type: Integer

Return Value

Type: Boolean