How can I filter a RegEx.Execute() to only contain the unique matches?
RegEx.Execute()
Currently I have this:
Set allMatches = RE.Execute(text)
And I know I can loop through the elements with:
For i = 0 To allMatches.Count - 1 Next
Aucun commentaire:
Enregistrer un commentaire