0

Text file content div tag multiple times and i want to get content in div tag and display it using regular expression in asp.net

priti
  • 1
  • 1

1 Answers1

2

Regular expressions shouldn't be used to parse HTML. If you have XHTML you could use HTML Agility Pack to achieve this.

Community
  • 1
  • 1
Darin Dimitrov
  • 1,023,142
  • 271
  • 3,287
  • 2,928