regex expression with accurately string -
i want find tag in middle text. want jquery.js script.
....
<script src="jquery.js" type="text/javascript"></script> <script src="jquery-ui.min.js" type="text/javascript"></script> ...
in other words, how found regex expression "<script src="jquery.js" type="text/javascript"></script>"
have tried regular expression?
<\s*script\s+src\s*=\s*"jquery.js".*<\/script> 
Comments
Post a Comment