Jump to content
Xtreme .Net Talk

Recommended Posts

Posted (edited)

Hi,

I have this match collection:

Dim MC As MatchCollection = Regex.Matches(y, "x")

Now I want to split the match collection to an string array!

I know I can use MC.CopyTo(MyArray, ?)

But the question mark is that I don't know where is the last used index so I can start from next one?

How can I do this?

Thanks:)

Edited by SIMIN

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...