Member predicate RegexString :: quantifiedItem
Holds if the text in the range start,end is a quantified item, where item is a character, a character set or a group.
predicate
quantifiedItem
(
int
start
,
int
end
,
boolean
maybe_empty
,
boolean
may_repeat_forever
)