In parsing a string that contains HTML, I need to return the text
between each word "characters " and the first " " after "characters ".
There can be any number of these patterns in the page. I believe I would
use the MatchCollection class. But I'm having difficulty forming the
RegularExpressi on.
Thanks for any help.
*** Sent via Developersdex http://www.developersdex.com ***
between each word "characters " and the first " " after "characters ".
There can be any number of these patterns in the page. I believe I would
use the MatchCollection class. But I'm having difficulty forming the
RegularExpressi on.
Thanks for any help.
*** Sent via Developersdex http://www.developersdex.com ***
Comment