Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -26,7 +26,7 @@ namespace VulnCrawler | ... | @@ -26,7 +26,7 @@ namespace VulnCrawler |
26 | //sb.Append("\"\"\""); | 26 | //sb.Append("\"\"\""); |
27 | //sb.Append(@".*"); | 27 | //sb.Append(@".*"); |
28 | //sb.Append("\"\"\""); | 28 | //sb.Append("\"\"\""); |
29 | - //string replace = txt; | 29 | + string replace = txt; |
30 | //if (Regex.Match(txt, sb.ToString()).Success) { | 30 | //if (Regex.Match(txt, sb.ToString()).Success) { |
31 | // replace = Regex.Replace(txt, sb.ToString(), ""); | 31 | // replace = Regex.Replace(txt, sb.ToString(), ""); |
32 | //} | 32 | //} | ... | ... |
-
Please register or login to post a comment