
Nov 16th, 2007, 06:21
|
 |
Technical Administrator
|
|
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,770
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
Re: Website analyser
- Code: Select all
fileWrite.cs(39,16): error CS0029: Cannot implicitly convert type 'string' to
'System.Text.RegularExpressions.Match'
Line 39:
- Code: Select all
return Regex.Replace(m.ToString(), @"<(.|\n)*?>", string.Empty);
|