|
|
Browse by Tags
All Tags » .NET » regex » exclude pattern
-
If I use.NET and my regex and yours works
<script [^>] *> [\w|\t|\r|\W] *? </script>
<script [^>] *> ([\w\W] *?) </script>
For example we have the it paginates following web:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ...
|
|
|