<> wrote:
> using C# regular
> expressions?
You have found the wrong newsgroup.
We do Perl in the Perl newsgroup.
(and regular expressions do not change text anyway, they "match"
or "don't match" strings. Perl has an operator that changes
text and makes use of regular expressions though. What operators
are available to you in C# is a mystery to me. Find a C# newsgroup.
)
(also, using regular expressions on a context-free language such
as HTML is impossible in the general case. You need a Real Parser.
Have you seen the Perl FAQ about removing HTML from a string?
)
--
Tad McClellan SGML consulting
Perl programming
Fort Worth, Texas