.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
20:04 UTC
Read the original article
Hit count: 227
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