I'm looking for C# regular expression to replace/remove all JavaScript from HTML. Can someone please help me with the code?
|
1
|
|
|
|
|
|
Removing just the Once again, we revisit the issue or parsing or processing HTML with regular expressions. It's the wrong tool for the job. If you don't want flaky code, use an HTML parser. |
||
|
|
|
|
Why do you want to filter javascript? If you are trying to prevent cross-site scripting attacks in a web application you're probably better off using a well-tested library for that purpose. It looks like Microsoft has an AntiXSS library, which may be of use. |
||
|
|
