RegEx.searchAll

Searches the text for the compiled pattern. Returns an array of RegExMatch containers for each non-overlapping result. If no results were found, an empty array is returned instead. The region to search within can be specified without modifying where the start and end anchor would be.

struct RegEx
@nogc nothrow const
Array
searchAll
(
in String subject
,
in long offset = 0
,
in long end = -1
)

Meta