regexp-matches

A function.

Exported from

Arguments

argAn instance of <string>.
argAn instance of <string>.
start:An instance of <integer>.  The default is 0.
end:An instance of type-union(<integer>, <false>).  The default is #f.
case-sensitive:An instance of <boolean>.  The default is #f.

Values

#rest moreInstances of <object>.
Parsing a regexp is not cheap, so we cache the parsed regexps and only parse a string if we haven’t seen it before.
The class of sequences with elements that are characters.
The class of integers.
The class of boolean values.
The class of all Dylan objects.