VB.net Regular Expression

Posted by xzerox on Stack Overflow See other posts from Stack Overflow or by xzerox
Published on 2010-05-12T19:30:56Z Indexed on 2010/05/12 19:34 UTC
Read the original article Hit count: 188

Filed under:
|

Alright so I want to grab the information on a website thats between

[usernames] and [/usernames]

I know how to get the string but how would I use regex to only have the information in the middle.

Remember I am going to be having more then one thing on the page.

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about regex