T
Terry Olsen
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
RegularExpression.
Thanks for any help.
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
RegularExpression.
Thanks for any help.