RegExp.FindAll (gb.pcre)

Static Function FindAll ( Subject As String, Pattern As String [ , CompileOptions As Integer, ExecOptions As Integer ] ) As String[]

Desde 3.19

Return a string array of all sub-strings matching a pattern.

This static method takes the same parameters as the Regexp constructor does. However, is does not create a new object but instead it returns the result directly.