$array = StringRegExp('', 'class="(.*?)"', 2) for $i = 0 to UBound($array) - 1 msgbox(0, "RegExp Test with Option 2 - " & $i, $array[$i]) Next