Just use 'item("x").value' where x represents the result item to get (from 0 to count-1) to get the result value
sp_OAMethod doesn't like
exec @intResult=sp_OAMethod @intRegExp,'item("'+convert(varchar(10),@intResultItem)+'").value',@chrResult OUT
so you will need to...