TMatchQuantifier Enumeration

Represents type TMatchQuantifier.

Namespace: flcStringPatternMatcher
type
 TMatchQuantifier = (
 mqOnce,
 mqAny,
 mqLeastOnce,
 mqOptional);

The TMatchQuantifier type exposes the following members.

Show:
 NameDescription
mqAny

Represents constant mqAny.

mqLeastOnce

Represents constant mqLeastOnce.

mqOnce

Represents constant mqOnce.

mqOptional

Represents constant mqOptional.

Top