| Title |
Test
Find
Extract script from web page
|
| Expression |
<script[\\.|\\W|\\w]*?</script> |
| Description |
Any java script from web page can be extracted using the regular expression |
| Matches |
<script language="javascript"> alert("hello"); </script> |
| Non-Matches |
<style> .body </style> |
| Author |
Rating:
Not yet rated.
Amit kumar sinha
|
| Source |
|
| Your Rating |
|